diff options
author | Max Kellermann <max@duempel.org> | 2009-06-02 21:09:45 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-06-02 21:09:45 +0200 |
commit | 3483c891dcdaeb3205a6996811da789e7dbcc5fa (patch) | |
tree | 9e27fff6a9de313a43f286b86705469b58441c00 /Makefile.am | |
parent | 516e52c67b0061ca98369df647fad4f49d1013c4 (diff) | |
download | mpd-3483c891dcdaeb3205a6996811da789e7dbcc5fa.tar.gz mpd-3483c891dcdaeb3205a6996811da789e7dbcc5fa.tar.xz mpd-3483c891dcdaeb3205a6996811da789e7dbcc5fa.zip |
doc: added Developer's Manual
Just a start...
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e9ca647ec..d02eeb12b 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=* |