aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0f97a90..e128f6e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,19 @@
+# This file is part of GNU Pies.
+# Copyright (C) 2008, 2009 Sergey Poznyakoff
+#
+# GNU Pies is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# GNU Pies is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
+
ACLOCAL_AMFLAGS = -I m4 -I am -I grecs/am
SUBDIRS=gnu grecs lib src doc po
@@ -46,6 +62,9 @@ ChangeLog:
echo "version-control: never" >> $(changelog_dir)/cl-t; \
echo "buffer-read-only: t" >> $(changelog_dir)/cl-t; \
echo "End:" >> $(changelog_dir)/cl-t; \
+ echo "" >> $(changelog_dir)/cl-t; \
+ sed -n '1,/^[^#]/s/^#//p' $(top_srcdir)/Makefile.am \
+ >> $(changelog_dir)/cl-t; \
rm -f $(changelog_dir)/ChangeLog; \
mv $(changelog_dir)/cl-t $(changelog_dir)/ChangeLog; \
fi

Return to:

Send suggestions and report system problems to the System administrator.