Add man page for main-args.lsp
[rrq/newlisp/packnl.git] / Makefile
1 all: packnl packnl.8 incore.lsp.8 main-args.lsp.8
2
3 packnl: packnl.lsp incore.lsp main-args.lsp
4         newlisp -x incore.lsp $@
5         chmod a+x $@
6         echo 'xxxxxxxxxxxxxxxxxxxxxx''xxxxxxxxxxxxxxxxxx' >> $@
7         for F in $^ ; do echo "$$F\n$$(stat -c %s $$F)" ; cat $$F ; done >> $@
8
9 %.8: %.8.adoc
10         asciidoctor -b manpage $^
11
12 clean:
13         rm -f packnl packnl.8 incore.lsp.8