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

Unified Diff: modules/web/files/sitescripts

Issue 29336202: Issue 3637 - Generate source code documentation on the web server (Closed)
Patch Set: Fix generation commands Created Feb. 10, 2016, 2:05 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 | « no previous file | modules/web/manifests/server.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/web/files/sitescripts
===================================================================
--- a/modules/web/files/sitescripts
+++ b/modules/web/files/sitescripts
@@ -0,0 +1,14 @@
+[docs]
+temp_directory=/tmp/sitescripts-generate-docs
+adblockplus_repository=https://hg.adblockplus.org/adblockplus
+adblockplus_target_directory=/var/www/docs/jsdoc/adblockplus
+adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
+adblockpluschrome_repository=https://hg.adblockplus.org/adblockpluschrome
+adblockpluschrome_target_directory=/var/www/docs/jsdoc/adblockpluschrome
+adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1
+adblockpluscore_repository=https://hg.adblockplus.org/adblockpluscore
+adblockpluscore_target_directory=/var/www/docs/jsdoc/adblockpluscore
+adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
+libadblockplus_repository=https://hg.adblockplus.org/libadblockplus
+libadblockplus_target_directory=/var/www/docs/docs/libadblockplus
+libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir}
« no previous file with comments | « no previous file | modules/web/manifests/server.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld