add convenience targets to Makefiles; require autmake 1.9;

install HTML versin of user guide in Debian
This commit is contained in:
marschap
2006-09-14 09:48:40 +00:00
parent a83702643b
commit 24a8996795
7 changed files with 41 additions and 1 deletions
+11
View File
@@ -15,6 +15,17 @@ EXTRA_DIST = README.dg \
LCDd.8 \
$(doxygen_input)
## convenience targets
install-html-guides: install-html-developerguide install-html-userguide
install-html-developerguide:
$(MAKE) -C lcdproc-dev $@
install-html-userguide:
$(MAKE) -C lcdproc-user $@
######################################################################
# DOXYGEN stuff
# (stolen from cppunit project (http://cppunit.sourceforge.net/)