diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 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` |