clean generated files

This commit is contained in:
marschap
2006-09-19 15:02:54 +00:00
parent 33d5132fd8
commit 3c4f0c501b
+5
View File
@@ -16,6 +16,7 @@ EXTRA_DIST = README.dg \
lcdproc-config.5.in \
$(doxygen_input)
## generate man pages
LCDd.8: LCDd.8.in
sed -e 's:@SYSCONFDIR@:@sysconfdir@:g' $? > $@
@@ -26,6 +27,10 @@ lcdproc.1: lcdproc.1.in
lcdproc-config.5: lcdproc-config.5.in
sed -e 's:@SYSCONFDIR@:@sysconfdir@:g' $? > $@
## clean generated makefiles
CLEANFILES = LCDd.8 lcdproc.1 lcdproc-config.5
## convenience targets
install-html-guides: install-html-developerguide install-html-userguide