Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: Makefile

Issue 5728380594946048: Issue 116 - Document the libadblockplus API (Closed)
Patch Set: Write libadblockplus in lower case consistently Created Sept. 2, 2014, 2:18 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Doxyfile ('k') | include/AdblockPlus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
===================================================================
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
TEST_EXECUTABLE = build/out/Debug/tests
-.PHONY: all test clean v8_android android
+.PHONY: all test clean v8_android android docs
all:
third_party/gyp/gyp --depth=. -f make -I common.gypi --generator-output=build -Dtarget_arch=$(ARCH) libadblockplus.gyp
@@ -19,8 +19,11 @@
$(TEST_EXECUTABLE)
endif
+docs:
+ doxygen
+
clean:
- $(RM) -r build
+ $(RM) -r build docs
v8_android:
mkdir -p third_party/v8/build/gyp
« no previous file with comments | « Doxyfile ('k') | include/AdblockPlus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld