From fa7a2f0ccccbf654f53d5ea5687450735568339f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 23 Nov 2008 18:48:08 +0100 Subject: Makefile.am: include protocol.xml in source tarball Added $(DOCBOOK_FILES) to $(EXTRA_DIST). Don't include the generated protocol.html in the tarball. --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 3234ccb5f..6ace106c3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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) -- cgit v1.2.3