owlps/doc/Makefile

17 lines
218 B
Makefile
Raw Normal View History

2013-01-11 22:47:17 +01:00
all: \
owlps.7 \
2013-01-11 23:26:00 +01:00
owlps-architecture.7 \
owlps-client.1
%.1: %.man
mv $< $@
%.7: %.man
mv $< $@
%.man: %.t2t
./preproc-man.sh $< | txt2tags --infile=- --outfile=$@ -t man
clean:
2013-01-11 23:26:00 +01:00
rm -f *~ *.html *.man *.7 *.1