174de1fd6c437862f4f1d1b62533d83e97bd8ba3
[rrq/newlisp/packnl.git] / Makefile
1 all: packnl packnl.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 packnl.8: packnl.8.adoc
10         a2x -d manpage -f manpage $V $^