owlps/doc/Makefile

11 lines
147 B
Makefile

all: owlps.7
%.7: %.man
mv $< $@
%.man: %.t2t
./preproc-man.sh $< | txt2tags --infile=- --outfile=$@ -t man
clean:
rm -f *~ *.html *.man *.7