summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-11 07:23:31 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:44 -0400
commit419909bf52eb76c6a9602d47941d2c56d2f485a2 (patch)
treeffba278141f3402574fb50d82c02f61fcee25583 /Makefile.am
parentf397ef9cbc021e73db66cd93cff6ebd622678a0f (diff)
downloadfork-ledger-419909bf52eb76c6a9602d47941d2c56d2f485a2.tar.gz
fork-ledger-419909bf52eb76c6a9602d47941d2c56d2f485a2.tar.bz2
fork-ledger-419909bf52eb76c6a9602d47941d2c56d2f485a2.zip
*** no comment ***
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 58457657..e251ceb8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ 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 docs/ledger.pdf tests
+EXTRA_DIST = docs tests
#(cd $(distdir)/docs; zip -r doxygen-html.zip html; rm -fr html)
dist-hook:
@@ -159,7 +159,7 @@ if HAVE_BOOST_PYTHON
ledger_LDADD += libpyledger.la
endif
-info_TEXINFOS = docs/ledger.texi
+nodist_info_TEXINFOS = docs/ledger.texi
######################################################################