Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2222)

Unified Diff: doc/Makefile.am

Issue 28553003: Updating Opus to a pre-release of 1.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus
Patch Set: Removing failing file Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « doc/Doxyfile.in ('k') | doc/build_draft.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/Makefile.am
diff --git a/doc/Makefile.am b/doc/Makefile.am
index cf5908aafe267701d15382736a9031e6e84764fa..02f3493185025daea0a66b6f7c0bb9ba3a1376bd 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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
« no previous file with comments | « doc/Doxyfile.in ('k') | doc/build_draft.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698