aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-17 22:00:31 +0100
committerMax Kellermann <max@duempel.org>2008-11-17 22:00:31 +0100
commit59cf25d6eb05f2f7288d8de1cd35470183f67926 (patch)
treeb4dfd7ca750be865798e7643b6de16ac07c7fabf /Makefile.am
parent296ac497863203791bd65c563913d531a0481d2b (diff)
downloadmpd-59cf25d6eb05f2f7288d8de1cd35470183f67926.tar.gz
mpd-59cf25d6eb05f2f7288d8de1cd35470183f67926.tar.xz
mpd-59cf25d6eb05f2f7288d8de1cd35470183f67926.zip
removed ChangeLog, added release dates to NEWS
The ChangeLog is useless, because it hasn't been updated in a while, and due to the nature of git, the log will never be lost. Switch to automake "foreign" mode, because "gnu" mandates the presence of ChangeLog.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b0b2f4fc0..51556e431 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS = \
po
ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = gnu 1.9 dist-bzip2
+AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2
docdir = $(prefix)/share/doc/$(PACKAGE)