From 9a23b73491a49496db3ae7e9c002016d700359d5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 1 Mar 2009 00:49:14 -0400 Subject: Move tools/autogen.sh to root of distribution --- Makefile.am | 6 ++++-- 1 file 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 -- cgit v1.2.3