Commit Graph

4 Commits

Author SHA1 Message Date
Alex Rodoni
1e7d627d0d [DOCS] Changed the Dita output format to XHTML
Changed the output format to XHTML to work around a bug that
generates an incorrect ids for sub-concepts. The bug prevented
cross-referencing sections within docs.

Change-Id: I26084fc8a2fe180093c61a105613791a49865732
Reviewed-on: http://gerrit.cloudera.org:8080/11375
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Reviewed-by: Jim Apple <jbapple-impala@apache.org>
2018-09-01 00:51:15 +00:00
Fredy Wijaya
2008702759 IMPALA-7314: Doc generation should fail on error
This patch updates the doc generation to fail when there is an error.
dita does not exit with non-zero exit code when there is an error. The
patch checks for [ERROR] in the dita output and fails if it encounters
one.

Testing:
- Manually tested by injecting failures

Change-Id: Ic452aa282a3f2a761e3b04a7460e0d86bc51d721
Reviewed-on: http://gerrit.cloudera.org:8080/10976
Reviewed-by: Alex Rodoni <arodoni@cloudera.com>
Reviewed-by: Michael Brown <mikeb@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
2018-07-18 23:32:07 +00:00
John Russell
3394eb1be7 [DOCS] Add phony doc build targets 'html' and 'pdf'
The better to do a quick verification using one format
or the other, by issuing 'make html' or 'make pdf'.
'make all' still builds both.

Change-Id: Ic096259a773966871b09a023bf12eb6c362167af
Reviewed-on: http://gerrit.cloudera.org:8080/8994
Reviewed-by: Jim Apple <jbapple-impala@apache.org>
Tested-by: Impala Public Jenkins
2018-01-10 21:13:56 +00:00
Jim Apple
83f777da71 Start a docs build system.
The docs can be built by running "make" from the docs directory. This
does not hook into buildall.sh for now, as users who run buildall.sh
do not usually edit docs/.

Change-Id: I9551b75268cb7cb29a58367a3ef03b127dccbfca
Reviewed-on: http://gerrit.cloudera.org:8080/5238
Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com>
Reviewed-by: Greg Rahn <grahn@cloudera.com>
Tested-by: Jim Apple <jbapple-impala@apache.org>
2016-12-01 19:34:29 +00:00