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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .PHONY: all 1 .PHONY: all
2 2
3 all: 3 all:
4 mkdir -p ../build
4 doxygen Doxyfile 5 doxygen Doxyfile
5 @echo See file://`pwd`/../build/docs/html/index.html 6 @echo See file://`pwd`/../build/docs/html/index.html
OLDNEW
« 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