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

Unified Diff: docs/Makefile.standalone

Issue 1567313002: make sure there is always a build directory to put doxgen stuff html in (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/Makefile.standalone
diff --git a/docs/Makefile.standalone b/docs/Makefile.standalone
index a0e3748cc7af3c4ff03818d563f384d6aa34d547..b1094aaa0bb474bad7736699af1e2296660bde9d 100644
--- a/docs/Makefile.standalone
+++ b/docs/Makefile.standalone
@@ -1,5 +1,6 @@
.PHONY: all
all:
+ mkdir -p ../build
doxygen Doxyfile
@echo See file://`pwd`/../build/docs/html/index.html
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698