doc: added skeleton for the user manual

This commit is contained in:
Max Kellermann
2009-03-12 17:06:48 +01:00
parent e2dc3c948f
commit 0cb8e7f2cb
3 changed files with 43 additions and 1 deletions
+4 -1
View File
@@ -614,9 +614,12 @@ if ENABLE_DOCUMENTATION
protocoldir = $(docdir)/protocol
protocol_DATA = $(wildcard doc/protocol/*.html)
userdir = $(docdir)/user
user_DATA = $(wildcard doc/user/*.html)
if HAVE_XMLTO
DOCBOOK_FILES = doc/protocol.xml
DOCBOOK_FILES = doc/protocol.xml doc/user.xml
DOCBOOK_HTML = $(patsubst %.xml,%/index.html,$(DOCBOOK_FILES))
$(DOCBOOK_HTML): %/index.html: %.xml