diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-05 21:36:58 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-05 21:36:58 -0400 |
commit | 764c88ffeaaaf3041daf306462c554bb95ab4908 (patch) | |
tree | 5b9acb930c12fbed28261e820e87abb41e64093e | |
parent | 01f5ac423273fddbc5d67b92d2179398cb04f880 (diff) | |
download | fork-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.am | 2 |
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: |