Don't repeatedly install the doc dir for every file

This commit is contained in:
Ron 2013-05-12 14:32:52 +09:30
parent 8f486e730c
commit 3e6691a703

View file

@ -21,8 +21,8 @@ doxygen-build.stamp: Doxyfile $(DOCINPUTS)
touch $@
install-data-local:
$(INSTALL) -d $(DESTDIR)$(docdir)/html/search
for f in `find html -type f \! -name "installdox"`; do \
$(INSTALL) -d $(DESTDIR)$(docdir)/html/search; \
$(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f; \
done