summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-03-01 00:49:14 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-03-01 01:07:16 -0400
commit9a23b73491a49496db3ae7e9c002016d700359d5 (patch)
treeb839ec60d85e5c251db54f2abcb99a7fac0c1634
parent33fa4a0be60cca15ee6a00f3ae0821520333dd09 (diff)
downloadfork-ledger-9a23b73491a49496db3ae7e9c002016d700359d5.tar.gz
fork-ledger-9a23b73491a49496db3ae7e9c002016d700359d5.tar.bz2
fork-ledger-9a23b73491a49496db3ae7e9c002016d700359d5.zip
Move tools/autogen.sh to root of distribution
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 99b64493..86834ae1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ VERSION = 3.0
ACLOCAL_AMFLAGS = -I m4
dist_man_MANS = doc/ledger.1
SUBDIRS = po intl
-EXTRA_DIST = config.rpath autogen.sh contrib
+EXTRA_DIST = config.rpath contrib
lib_LTLIBRARIES = \
libledger_report.la \
@@ -411,7 +411,7 @@ fullcheck: cppunittests
######################################################################
-EXTRA_DIST += doc/LICENSE doc/NEWS doc/README
+EXTRA_DIST += doc/LICENSE doc/NEWS
EXTRA_DIST += doc/Doxyfile doc/ledger.pdf doc/refman.pdf
DISTCLEANFILES += doc/ledger.info doc/ledger.pdf \
@@ -426,7 +426,9 @@ dist-hook:
$(distdir)/doc/Doxyfile.gen
cp -pR doc/html $(distdir)/doc
rm -f $(distdir)/README.textile
+ rm -f $(distdir)/ABOUT-NLS
cp -p $(srcdir)/doc/README $(distdir)/README
+ cp -p $(srcdir)/tools/autogen.sh $(distdir)/autogen.sh
distclean-local:
rm -fr doc/html doc/latex