| Index: .sitescripts.example |
| =================================================================== |
| --- a/.sitescripts.example |
| +++ b/.sitescripts.example |
| @@ -120,7 +120,6 @@ |
| androidNewUpdateManifestPath=%(root)s/www/androidupdate.json |
| safariUpdateManifestPath=%(root)s/www/updates.plist |
| ieUpdateManifestPath=%(root)s/www/ieupdate.json |
| -docsDirectory=%(root)s/www/jsdoc |
| padDirectory=%(root)s/www/pad |
| padURL=https://adblockplus.org/pad/ |
| errorTemplate=extensions/template/error.html |
| @@ -202,4 +201,19 @@ |
| easylist_content_blocker_path=%(root)s/content_blocker_lists/easylist_content_blocker.json |
| easylist_content_blocker_expires=4 days |
| combined_content_blocker_path=%(root)s/content_blocker_lists/easylist+exceptionrules_content_blocker.json |
| -combined_content_blocker_expires=4 days |
| +combined_content_blocker_expires=4 days |
| + |
| +[docs] |
| +temp_directory=%(root)s/docs-tmp |
| +adblockplus_repository=%(root)s/hg/adblockplus |
| +adblockplus_target_directory=%(root)s/www/jsdoc/adblockplus |
| +adblockplus_command=./build.py -t gecko docs {output_dir} &>/dev/null |
|
Felix Dahlke
2016/02/05 20:47:59
Unless I do this, the ensure_dependencies.py outpu
Sebastian Noack
2016/02/06 09:49:50
That's probably a bad idea. If something is wrong
Felix Dahlke
2016/02/06 10:46:39
Yes you're right, that's much better.
Sebastian Noack
2016/02/06 13:39:39
LGTM with this being resolved.
|
| +adblockpluschrome_repository=%(root)s/hg/adblockpluschrome |
| +adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome |
| +adblockpluschrome_command=./build.py -t chrome docs {output_dir} &>/dev/null |
| +adblockpluscore_repository=%(root)s/hg/adblockpluscore |
| +adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore |
| +adblockpluscore_command=./generate_docs.py {output_dir} &>/dev/null |
| +libadblockplus_repository=%(root)s/hg/libadblockplus |
| +libadblockplus_target_directory=%(root)s/www/docs/libadblockplus |
| +libadblockplus_command=make docs &>/dev/null && mv docs/html {output_dir} |