summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-03-07 16:14:07 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-03-07 16:24:34 +0200
commitfb45630880343afb95c43fcbbb6883119e4e961a (patch)
tree09a1589c29010a7d5532ba9c2864a6b57c5437ca /Makefile.am
parent8109596484d8910dd790b96f362095ee9de9e617 (diff)
downloadpaxutils-fb45630880343afb95c43fcbbb6883119e4e961a.tar.gz
Migrate to Git
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am18
1 files changed, 15 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index e118e4a..ee0d730 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# This file is part of GNU paxutils
#
-# Copyright (c) 2005, 2007 Free Software Foundation, Inc.
+# Copyright (c) 2005, 2007, 2009 Free Software Foundation, Inc.
#
# Written by Sergey Poznyakoff
#
@@ -18,6 +18,18 @@
# with GNU Paxutils; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = lib paxlib paxtest po
+ACLOCAL_AMFLAGS = -I am -I m4
+
+EXTRA_DIST = Make.rules
+
+SUBDIRS = gnu paxlib paxtest rmt po
+
+gen_start_date = 2008-05-21
+prev_change_log = ChangeLog.CVS
+changelog_dir = .
+include Make.rules
+
+dist-hook:
+ $(MAKE) changelog_dir=$(distdir) make-ChangeLog
+