aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-13doc: use $(DESTDIR)Max Kellermann1-2/+2
Forgot the $(DESTDIR) prefix in the install-data-local target.
2009-02-13doc: generate API documentation with doxygenMax Kellermann1-1/+10
When configured with --enable-documentation, use doxygen.
2009-02-04configure.ac: make DocBook processing optionalMax Kellermann1-1/+1
Disable the HTML documentation generator by default. Most users will pick it from the web site.
2009-01-25doc: chunk the DocBook HTML outputMax Kellermann1-6/+10
Create a HTML chunk of each DocBook chapter. Use the UTF-8 character set instead of docbook-xsl's ISO-Latin-1 default.
2008-11-23Makefile.am: include protocol.xml in source tarballMax Kellermann1-1/+1
Added $(DOCBOOK_FILES) to $(EXTRA_DIST). Don't include the generated protocol.html in the tarball.
2008-11-20doc: process protocol.xml with xmltoMax Kellermann1-1/+13
Generate and install protocol.html if xmlto is available.
2008-10-25Makefile.am: install documentationMax Kellermann1-3/+3
2008-10-16Makefile.am: fix automake 1.6 errorsMax Kellermann1-3/+3
When building with the ancient automake 1.6 version, the following errors occur: Makefile.am:5: invalid variable `doc_DATA' doc/Makefile.am:2: invalid variable `doc_DATA' This patches renames some internal variables.
2008-10-14Makefile.am: don't override $(docdir)Richard Brown1-1/+0
Makefile.am sets docdir = $(prefix)/share/doc/$(PACKAGE). This overrides the setting specified in ./configure --docdir.
2006-06-04New man page for mpd.conf. Thanks to qball and eleusis for input.J. Alexander Treuman1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@4248 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2005-03-05mpdconf.example should be installed in the docs directory alsoAvuton Olrich1-2/+2
git-svn-id: https://svn.musicpd.org/mpd/trunk@3017 09075e82-0dd4-0310-85a5-a0d7c8717e4f