Skip to content

Commit

Permalink
Makefile: add 'man' target for ease-of-use
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Jul 23, 2024
1 parent 8d997f4 commit 7bb2946
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
all:

man: dlopen-notes.1

dlopen-notes.1: dlopen-notes.py docs/dlopen-description.man Makefile
argparse-manpage \
--output=docs/$@ \
Expand Down

0 comments on commit 7bb2946

Please sign in to comment.