tewi/Manpage/Makefile
Nishi f554a3103c add manpage
git-svn-id: file:///raid/svn-personal/tewi/trunk@37 8739d7e6-ffea-ec47-b151-bdff447c6205
2024-09-16 13:57:39 +00:00

12 lines
166 B
Makefile

# $Id$
.PHONY: all clean
all: tewi.conf.5
tewi.conf.5: tewi.conf.5.tmpl
sed "s%@PREFIX@%$(PREFIX)%g" tewi.conf.5.tmpl > $@ || rm -f $@
clean:
rm -f tewi.conf.5