tewi/Manpage/Makefile

12 lines
166 B
Makefile
Raw Permalink Normal View History

# $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