From 0cb8e7f2cbe8538e4f7961cf3eb995b05c439c8c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 12 Mar 2009 17:06:48 +0100 Subject: doc: added skeleton for the user manual --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0b1c5ef67..6133fc7c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- cgit v1.2.3