shithub: opusfile

Download patch

ref: a53a6cc6848a0d2a177fc574e3ab2cf5a949e65e
parent: 87e50171faa5c54a2a5871724dec7de97145a877
author: Gregory Maxwell <greg@xiph.org>
date: Sun Oct 7 07:01:34 EDT 2012

remove GNUism from install doc command

--- a/Makefile.am
+++ b/Makefile.am
@@ -49,7 +49,8 @@
 
 install-data-local:
 	cd doc && for f in `find html -type f \! -name "installdox"` ; do \
-	  $(INSTALL_DATA) -D $$f $(DESTDIR)$(docdir)/$$f ; \
+         $(INSTALL) -d $(DESTDIR)$(docdir)/html/search;   \
+         $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f;     \
 	done
 
 clean-local: