shithub: opus

Download patch

ref: 3e6691a703c5139d3052b99c1d9e6331c84e1b7e
parent: 8f486e730cdbcdaab08e5d4352a0a1d35a7f7aba
author: Ron <[email protected]>
date: Sun May 12 10:32:52 EDT 2013

Don't repeatedly install the doc dir for every file

--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -21,8 +21,8 @@
 	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