X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=593d5d07327d94d1d97142492a1474d906a269fb;hb=6703509b4b132cee0f4c91dc23795d3d4ab131e8;hp=56d9b95fb51dc57f13812439d6ae960d493af697;hpb=98144e50ff2ca8e8d89dd1a39d4f2a41c2c6dab6;p=cc1516.git diff --git a/Makefile b/Makefile index 56d9b95..593d5d0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,16 @@ CPM:=cpm -all: +.PHONY: man + +all: spl + +man: spl.1 + +spl: spl.icl lex.icl lex.dcl parse.icl parse.dcl spl.prj $(CPM) make +%.1: % + help2man -s 1 -N -o $@ ./$< + clean: - $(RM) -rv Clean\ System\ Files sapl lex + $(RM) -rv Clean\ System\ Files spl spl.1