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

Unified Diff: Makefile.standalone

Issue 1562703002: move docs generation (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: rebase with latest and remove docs/html from clean-all because it's in the build directory now 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
« .gitignore ('K') | « Doxyfile ('k') | docs/Doxyfile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.standalone
diff --git a/Makefile.standalone b/Makefile.standalone
index 402a9d0ff5f84f24410cf5b12e8f75edc8130ad6..0d04340f7ff5c6759b0d30f5c33afdaf4d72e1ed 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -510,11 +510,10 @@ bloat: make_symlink
@echo See Subzero size breakdown in bloat/pnacl-sz.bloat.html
docs:
- doxygen Doxyfile
- @echo See file://`pwd`/docs/html/index.html
+ make -C docs -f Makefile.standalone
clean:
rm -rf pnacl-sz *.o $(OBJDIR) $(SB_OBJDIR) build/pnacl-sz.bloat.json
clean-all: clean
- rm -rf build/ docs/html
Jim Stichnoth 2016/01/07 02:00:39 I think docs/html still needs to be removed under
rkotlerimgtec 2016/01/07 04:47:53 I've made the changes. There is no docs/html any l
+ rm -rf build/
« .gitignore ('K') | « Doxyfile ('k') | docs/Doxyfile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698