owlps/doc/Makefile

17 lines
218 B
Makefile

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