clean generated files
This commit is contained in:
@@ -16,6 +16,7 @@ EXTRA_DIST = README.dg \
|
|||||||
lcdproc-config.5.in \
|
lcdproc-config.5.in \
|
||||||
$(doxygen_input)
|
$(doxygen_input)
|
||||||
|
|
||||||
|
|
||||||
## generate man pages
|
## generate man pages
|
||||||
LCDd.8: LCDd.8.in
|
LCDd.8: LCDd.8.in
|
||||||
sed -e 's:@SYSCONFDIR@:@sysconfdir@:g' $? > $@
|
sed -e 's:@SYSCONFDIR@:@sysconfdir@:g' $? > $@
|
||||||
@@ -26,6 +27,10 @@ lcdproc.1: lcdproc.1.in
|
|||||||
lcdproc-config.5: lcdproc-config.5.in
|
lcdproc-config.5: lcdproc-config.5.in
|
||||||
sed -e 's:@SYSCONFDIR@:@sysconfdir@:g' $? > $@
|
sed -e 's:@SYSCONFDIR@:@sysconfdir@:g' $? > $@
|
||||||
|
|
||||||
|
## clean generated makefiles
|
||||||
|
CLEANFILES = LCDd.8 lcdproc.1 lcdproc-config.5
|
||||||
|
|
||||||
|
|
||||||
## convenience targets
|
## convenience targets
|
||||||
install-html-guides: install-html-developerguide install-html-userguide
|
install-html-guides: install-html-developerguide install-html-userguide
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user