From 764c88ffeaaaf3041daf306462c554bb95ab4908 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 5 Aug 2008 21:36:58 -0400 Subject: [PATCH] ginstall $(srcdir)/doc/html/*, not $(top_builddir)/doc/html/. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: