add Makefile targets to compile & install clients & server separately

This commit is contained in:
marschap
2008-10-10 10:08:10 +00:00
parent ef89a572b0
commit 5d61775108
5 changed files with 41 additions and 3 deletions
+2
View File
@@ -16,6 +16,8 @@ EXTRA_DIST = lcdproc-dev.docbook \
xmlto = /usr/bin/xmlto
developerguidedir = $(DESTDIR)$(htmldir)/developer-guide/
.PHONY: install-html-developerguide
install-html-developerguide: $(xmlto) lcdproc-dev.docbook
$(mkinstalldirs) $(developerguidedir)
$(xmlto) html -o $(developerguidedir) lcdproc-dev.docbook