Don't repeatedly install the doc dir for every file
This commit is contained in:
parent
8f486e730c
commit
3e6691a703
1 changed files with 1 additions and 1 deletions
|
@ -21,8 +21,8 @@ doxygen-build.stamp: Doxyfile $(DOCINPUTS)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
|
$(INSTALL) -d $(DESTDIR)$(docdir)/html/search
|
||||||
for f in `find html -type f \! -name "installdox"`; do \
|
for f in `find html -type f \! -name "installdox"`; do \
|
||||||
$(INSTALL) -d $(DESTDIR)$(docdir)/html/search; \
|
|
||||||
$(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f; \
|
$(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue