aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-12-25 21:59:47 +0100
committerMax Kellermann <max@duempel.org>2008-12-25 21:59:47 +0100
commitc06ca9887f62fb886043136f1c26a6e390d0c61e (patch)
tree845470d5ab1303ecf20ae11d6c1d3aba6f9f2dc8 /Makefile.am
parentc2bb3eb2148fd88fe7a18af29a65251f20231fb8 (diff)
downloadmpd-c06ca9887f62fb886043136f1c26a6e390d0c61e.tar.gz
mpd-c06ca9887f62fb886043136f1c26a6e390d0c61e.tar.xz
mpd-c06ca9887f62fb886043136f1c26a6e390d0c61e.zip
Makefile.am: removed AUTHORS, README, NEWS from $(EXTRA_DIST)
These files are automatically distributed.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 9e4e6a259..af1e02091 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,9 +11,6 @@ doc_DATA = \
README\
NEWS
-EXTRA_DIST = \
- $(doc_DATA)
-
# build the smalles possible ncmpc binary
ncmpc-tiny:
$(MAKE) -C src $@
@@ -27,7 +24,7 @@ sparse-check:
lyrics_plugins = hd.sh leoslyrics.py lyricswiki.rb
-EXTRA_DIST += $(addprefix lyrics/,$(lyrics_plugins))
+EXTRA_DIST = $(addprefix lyrics/,$(lyrics_plugins))
if ENABLE_LYRICS_SCREEN