From 15735552f4fee4bd9b97bfcd61cbd61e403d62fb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 2 May 2016 08:56:21 +0200 Subject: [PATCH] Makefile.am: include doc/include/tags.xml in tarball See https://bugs.musicpd.org/view.php?id=4523 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index d5337cc94..91f0f326c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2154,6 +2154,7 @@ EXTRA_DIST = $(doc_DATA) autogen.sh \ test/test_archive_zzip.sh \ $(wildcard $(srcdir)/scripts/*.rb) \ $(man_MANS) $(DOCBOOK_FILES) doc/mpdconf.example doc/doxygen.conf \ + $(wildcard $(srcdir)/doc/include/*.xml) \ systemd/mpd.socket \ android/AndroidManifest.xml \ android/build.py \