summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
-rw-r--r--Makefile.in5
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