X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=723eef266994717c82eff3611f6070655c96d9dd;hb=764729591a9c063e09c3bd92e5d7a2f6ec841827;hp=3c81875b1860fb0a3acee564f132de75e286ddcd;hpb=3dcbdf45070be29c4dec5217bcb141d8ee96ac47;p=rrq%2Fnewlisp%2Fpacknl.git diff --git a/Makefile b/Makefile index 3c81875..723eef2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,13 @@ +all: packnl packnl.8 incore.lsp.8 main-args.lsp.8 + packnl: packnl.lsp incore.lsp main-args.lsp newlisp -x incore.lsp $@ chmod a+x $@ echo 'xxxxxxxxxxxxxxxxxxxxxx''xxxxxxxxxxxxxxxxxx' >> $@ for F in $^ ; do echo "$$F\n$$(stat -c %s $$F)" ; cat $$F ; done >> $@ + +%.8: %.8.adoc + asciidoctor -b manpage $^ + +clean: + rm -f packnl packnl.8 incore.lsp.8