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:
parent
116662e5a9
commit
fa7a2f0ccc
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue