summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-05 21:36:58 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-05 21:36:58 -0400
commit764c88ffeaaaf3041daf306462c554bb95ab4908 (patch)
tree5b9acb930c12fbed28261e820e87abb41e64093e
parent01f5ac423273fddbc5d67b92d2179398cb04f880 (diff)
downloadfork-ledger-764c88ffeaaaf3041daf306462c554bb95ab4908.tar.gz
fork-ledger-764c88ffeaaaf3041daf306462c554bb95ab4908.tar.bz2
fork-ledger-764c88ffeaaaf3041daf306462c554bb95ab4908.zip
ginstall $(srcdir)/doc/html/*, not $(top_builddir)/doc/html/.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 33cd3755..a2d5e84f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -289,7 +289,7 @@ $(top_builddir)/doc/refman.pdf: doxygen
install-data-local:
$(MKDIR_P) $(DESTDIR)$(datadir)/$(PACKAGE)/doc/html
- $(INSTALL_DATA) $(top_builddir)/doc/html/* \
+ $(INSTALL_DATA) $(srcdir)/doc/html/* \
$(DESTDIR)$(datadir)/$(PACKAGE)/doc/html
uninstall-local: