Skip to content

Commit 6d1ca42

Browse files
keszybzbluca
authored andcommitted
Makefile: add 'man' target for ease-of-use
1 parent e0a9c28 commit 6d1ca42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
all:
22

3+
man: dlopen-notes.1
4+
35
dlopen-notes.1: dlopen-notes.py docs/dlopen-description.man Makefile
46
argparse-manpage \
57
--output=docs/$@ \

0 commit comments

Comments
 (0)