Start writting subject, as a manpage
This commit is contained in:
parent
ee6fbe3e74
commit
5fd2795871
3 changed files with 125 additions and 0 deletions
11
subject/Makefile
Normal file
11
subject/Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
MANPAGES=adlin.6.gz
|
||||
|
||||
all: ${MANPAGES}
|
||||
|
||||
.md.gz:
|
||||
pandoc -i $< -s -t man | gzip > $@
|
||||
|
||||
clean::
|
||||
rm ${MANPAGES}
|
||||
|
||||
.SUFFIXES: .md .gz
|
||||
Reference in a new issue