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
+9
View File
@@ -11,4 +11,13 @@ EXTRA_DIST = lcdproc-dev.docbook \
license.docbook \
README.docbook
## convenience targets
xmlto = /usr/bin/xmlto
developerguidedir = $(DESTDIR)$(htmldir)/developer-guide/
install-html-developerguide: $(xmlto) lcdproc-dev.docbook
$(mkinstalldirs) $(developerguidedir)
$(xmlto) html -o $(developerguidedir) lcdproc-dev.docbook
## EOF