Skip to content

Commit 3fd084a

Browse files
author
Ron
committed
Don't repeatedly install the doc dir for every file
1 parent 709396d commit 3fd084a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ install-docs:
6363
@if [ -z "$(NO_DOXYGEN)" ]; then \
6464
( cd doc && \
6565
echo "Installing documentation in $(DESTDIR)$(docdir)"; \
66+
$(INSTALL) -d $(DESTDIR)$(docdir)/html/search; \
6667
for f in `find html -type f \! -name "installdox"` ; do \
67-
$(INSTALL) -d $(DESTDIR)$(docdir)/html/search; \
6868
$(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f; \
6969
done ) \
7070
fi

0 commit comments

Comments
 (0)