
This eliminates the last Makefile in our code base.
Also change the section style within ReleaseNotes from asciidoc style to
asciidoctor style.
Also I feel that put images/link.png under ReleaseNotes and deal with
all the resource packing is too stupid, so I used the unicode emoji
instead of the picture ("🔗"). If this is too crazy, we can also use "#"
instead :) This also affects documentation rendering.
Other side effects:
1. The css of release notes switched from default asciidoc css into
default asciidoctor css.
2. The section anchors for ReleaseNotes/index.html changed from "2_13"
to "s2_13", because asciidoctorj is unhappy with anchors without
letters.
Change-Id: I4adf2ce090385cc6b699445012f10a009892aaac
34 lines
688 B
Plaintext
34 lines
688 B
Plaintext
[alias]
|
|
api = //:api
|
|
chrome = //:chrome
|
|
docs = //Documentation:searchfree
|
|
firefox = //:firefox
|
|
gerrit = //:gerrit
|
|
gwtgerrit = //:gwtgerrit
|
|
headless = //:headless
|
|
polygerrit = //:polygerrit
|
|
release = //:release
|
|
releasenotes = //ReleaseNotes:html
|
|
safari = //:safari
|
|
soyc = //gerrit-gwtui:ui_soyc
|
|
soyc_r = //gerrit-gwtui:ui_soyc_r
|
|
withdocs = //:withdocs
|
|
|
|
[buildfile]
|
|
includes = //tools/default.defs
|
|
|
|
[java]
|
|
jar_spool_mode = direct_to_jar
|
|
src_roots = java, resources, src
|
|
|
|
[project]
|
|
ignore = .git, eclipse-out
|
|
parallel_parsing = true
|
|
|
|
[cache]
|
|
mode = dir
|
|
dir = ~/.gerritcodereview/buck-cache/locally-built-artifacts
|
|
|
|
[test]
|
|
excluded_labels = manual
|