Makefile.am: include protocol.xml in source tarball

Added $(DOCBOOK_FILES) to $(EXTRA_DIST).  Don't include the generated
protocol.html in the tarball.
This commit is contained in:
Max Kellermann 2008-11-23 18:48:08 +01:00
parent 116662e5a9
commit fa7a2f0ccc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ DOCBOOK_HTML = $(patsubst %.xml,%.html,$(DOCBOOK_FILES))
man_MANS = mpd.1 mpd.conf.5
doc_DATA = mpdconf.example
EXTRA_DIST = $(man_MANS) $(doc_DATA)
EXTRA_DIST = $(man_MANS) $(DOCBOOK_FILES) mpdconf.example
MOSTLYCLEANFILES = $(DOCBOOK_HTML)