Files
gerrit/.buckconfig
David Pursehouse f635b5785a Buck build: Add 'docs' as an alias for Documentation:html
Now it is possible to build the documentation from the Gerrit
root folder with:

 $ buck build docs

Change-Id: I995d792167abaef2b7962c620a9520d4d930ede5
2013-09-05 09:47:36 +09:00

18 lines
420 B
INI

[alias]
api = //:api
api_deploy = //tools/maven:deploy
api_install = //tools/maven:install
docs = //Documentation:html
download = //tools:download
download_sources = //tools:download_sources
gerrit = //:gerrit
eclipse = //tools/eclipse:eclipse
eclipse_project = //tools/eclipse:eclipse_project
release = //:release
[buildfile]
includes = //tools/default.defs
[java]
src_roots = java, resources