diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-19 04:47:01 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:27 -0400 |
commit | a61e2fa8c073e7f1a4ea1072d51b5e15aeff1e12 (patch) | |
tree | c0d1185c8ca28224eecb599e6a73fe3f26b86ed1 | |
parent | 1c981d4d07142689b5c9a4711f452aefedece690 (diff) | |
download | fork-ledger-a61e2fa8c073e7f1a4ea1072d51b5e15aeff1e12.tar.gz fork-ledger-a61e2fa8c073e7f1a4ea1072d51b5e15aeff1e12.tar.bz2 fork-ledger-a61e2fa8c073e7f1a4ea1072d51b5e15aeff1e12.zip |
Changes in makefile for creating dist tarball.
-rw-r--r-- | Makefile.am | 5 | ||||
-rw-r--r-- | Makefile.in | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 2f0cbaad..408b1ed0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,9 +5,10 @@ ESC_srcdir=`echo "$(srcdir)" | sed 's/\//\\\\\//g'` ESC_builddir=`echo "$(top_builddir)" | sed 's/\//\\\\\//g'` ESC_distdir=`echo "$(distdir)" | sed 's/\//\\\\\//g'` -EXTRA_DIST = docs tests +EXTRA_DIST = docs tests ledger.pdf ledger.info -dist-hook: doxygen-docs +#(cd $(distdir)/docs; zip -r doxygen-html.zip html; rm -fr html) +dist-hook: rm -fr `find $(distdir) -name .svn` diff --git a/Makefile.in b/Makefile.in index b6391dbc..c81693fc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -347,7 +347,7 @@ SUBDIRS = gdtoa ESC_srcdir = `echo "$(srcdir)" | sed 's/\//\\\\\//g'` ESC_builddir = `echo "$(top_builddir)" | sed 's/\//\\\\\//g'` ESC_distdir = `echo "$(distdir)" | sed 's/\//\\\\\//g'` -EXTRA_DIST = docs tests +EXTRA_DIST = docs tests ledger.pdf ledger.info lib_LTLIBRARIES = libledger.la $(am__append_1) libledger_la_CXXFLAGS = $(WARNFLAGS) -I$(top_builddir)/gdtoa \ $(am__append_2) $(am__append_4) $(am__append_6) \ @@ -1697,7 +1697,8 @@ uninstall-am: uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \ uninstall-pkgincludeHEADERS uninstall-ps-am -dist-hook: doxygen-docs +#(cd $(distdir)/docs; zip -r doxygen-html.zip html; rm -fr html) +dist-hook: rm -fr `find $(distdir) -name .svn` @HAVE_BOOST_PYTHON_TRUE@ledger.so: pyledger.cc libledger.la gdtoa/libgdtoa.la libpyledger.la |