diff options
author | Max Kellermann <max@duempel.org> | 2010-02-08 11:55:03 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-02-08 11:55:03 +0100 |
commit | f6726573881b66c28066cd77cb1447d0b42d0740 (patch) | |
tree | 1d57e1c7bbdd3fa28a5284119f7efb8ae77ea9ca /Makefile.am | |
parent | 32441175f407367f2f9b55f2a4c332d10186a695 (diff) | |
download | mpd-f6726573881b66c28066cd77cb1447d0b42d0740.tar.gz mpd-f6726573881b66c28066cd77cb1447d0b42d0740.tar.xz mpd-f6726573881b66c28066cd77cb1447d0b42d0740.zip |
Makefile.am: remove sticker.xml
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 22b465c37..0cbfffd49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1027,7 +1027,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/developer.xml doc/sticker.xml +DOCBOOK_FILES = doc/protocol.xml doc/user.xml doc/developer.xml if ENABLE_DOCUMENTATION protocoldir = $(docdir)/protocol |