diff options
author | Max Kellermann <max@duempel.org> | 2009-05-15 18:54:50 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-05-15 18:54:50 +0200 |
commit | 1d0be2a031283feb05440043241dbf964b1bc9e2 (patch) | |
tree | 6ee72b1a213d15037b152d87e1316cf0d4ac627a /Makefile.am | |
parent | 46e0b49e71fd4bf3a7e13cf8d1d16faf925a2163 (diff) | |
download | mpd-1d0be2a031283feb05440043241dbf964b1bc9e2.tar.gz mpd-1d0be2a031283feb05440043241dbf964b1bc9e2.tar.xz mpd-1d0be2a031283feb05440043241dbf964b1bc9e2.zip |
doc: fixed DocBook markup in doc/sticker.xml
The old sticker.xml used elements which are not valid in DocBook. Now
that the file is valid, let's add it to $(DOCBOOK_FILES).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 585b3b3b0..e9ca647ec 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 +DOCBOOK_FILES = doc/protocol.xml doc/user.xml doc/sticker.xml if ENABLE_DOCUMENTATION protocoldir = $(docdir)/protocol |