ginstall $(srcdir)/doc/html/*, not $(top_builddir)/doc/html/.
This commit is contained in:
parent
01f5ac4232
commit
764c88ffea
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue