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

Unified Diff: docs/Makefile.standalone

Issue 1562703002: move docs generation (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: changes suggested by stichnot 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 | « docs/Doxyfile ('k') | 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
new file mode 100644
index 0000000000000000000000000000000000000000..a0e3748cc7af3c4ff03818d563f384d6aa34d547
--- /dev/null
+++ b/docs/Makefile.standalone
@@ -0,0 +1,5 @@
+.PHONY: all
+
+all:
+ doxygen Doxyfile
+ @echo See file://`pwd`/../build/docs/html/index.html
« no previous file with comments | « docs/Doxyfile ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698