aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-26 13:26:18 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-26 13:51:57 +0200
commit31a646d592e09918a801e86274eb1b97bf4541d2 (patch)
tree530f33d34629cd1738a9385ff7dacf0923dfe01f /Makefile.am
parentb52cfc8c229d00c3fe536a968c2dd7c2050614ee (diff)
downloadpies-31a646d592e09918a801e86274eb1b97bf4541d2.tar.gz
pies-31a646d592e09918a801e86274eb1b97bf4541d2.tar.bz2
Pies dubbed a GNU package. Update all files accordingly.
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,6 +1,22 @@
+# 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
dist-hook:
@PATCHLEV=`echo "$(PACKAGE_VERSION)" | \
@@ -43,9 +59,12 @@ ChangeLog:
fi; \
echo "Local Variables:" >> $(changelog_dir)/cl-t; \
echo "mode: change-log" >> $(changelog_dir)/cl-t; \
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.