From 3483c891dcdaeb3205a6996811da789e7dbcc5fa Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 2 Jun 2009 21:09:45 +0200 Subject: doc: added Developer's Manual Just a start... --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e9ca647e..d02eeb12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -720,7 +720,7 @@ endif man_MANS = doc/mpd.1 doc/mpd.conf.5 doc_DATA = AUTHORS COPYING NEWS README UPGRADING doc/mpdconf.example -DOCBOOK_FILES = doc/protocol.xml doc/user.xml doc/sticker.xml +DOCBOOK_FILES = doc/protocol.xml doc/user.xml doc/developer.xml doc/sticker.xml if ENABLE_DOCUMENTATION protocoldir = $(docdir)/protocol @@ -729,6 +729,9 @@ protocol_DATA = $(wildcard doc/protocol/*.html) userdir = $(docdir)/user user_DATA = $(wildcard doc/user/*.html) +developerdir = $(docdir)/developer +developer_DATA = $(wildcard doc/developer/*.html) + if HAVE_XMLTO DOCBOOK_HTML = $(patsubst %.xml,%/index.html,$(DOCBOOK_FILES)) @@ -762,6 +765,7 @@ upload: $(DOCBOOK_HTML) doc/api/html/index.html --chmod=Dug+rwx,Do+rx,Fug+rw,Fo+r \ --include=protocol --include=protocol/** \ --include=user --include=user/** \ + --include=developer --include=developer/** \ --include=api --include=api/** \ --exclude=* -- cgit v1.2.3