ginstall $(srcdir)/doc/html/*, not $(top_builddir)/doc/html/.

This commit is contained in:
John Wiegley 2008-08-05 21:36:58 -04:00
parent 01f5ac4232
commit 764c88ffea

View file

@ -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: