File tree 5 files changed +10
-3
lines changed
5 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -198,11 +198,13 @@ ifdef USE_ASCIIDOCTOR
198
198
ASCIIDOC = asciidoctor
199
199
ASCIIDOC_CONF =
200
200
ASCIIDOC_HTML = xhtml5
201
- ASCIIDOC_DOCBOOK = docbook45
201
+ ASCIIDOC_DOCBOOK = docbook5
202
202
ASCIIDOC_EXTRA += -acompat-mode -atabsize=8
203
203
ASCIIDOC_EXTRA += -I. -rasciidoctor-extensions
204
204
ASCIIDOC_EXTRA += -alitdd='&\# x2d;&\#x2d;'
205
205
DBLATEX_COMMON =
206
+ XMLTO_EXTRA += --skip-validation
207
+ XMLTO_EXTRA += -x manpage.xsl
206
208
endif
207
209
208
210
SHELL_PATH ?= $(SHELL )
Original file line number Diff line number Diff line change
1
+ <xsl : stylesheet xmlns : xsl =" http://www.w3.org/1999/XSL/Transform" version =" 1.0" >
2
+ <xsl : import href =" http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl" />
3
+ </xsl : stylesheet >
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ jobs:
374
374
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
375
375
376
376
sudo apt-get update &&
377
- sudo apt-get install -y asciidoc xmlto asciidoctor &&
377
+ sudo apt-get install -y asciidoc xmlto asciidoctor docbook-xsl-ns &&
378
378
379
379
export ALREADY_HAVE_ASCIIDOCTOR=yes. &&
380
380
export jobname=Documentation &&
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ StaticAnalysis)
53
53
;;
54
54
Documentation)
55
55
sudo apt-get -q update
56
- sudo apt-get -q -y install asciidoc xmlto
56
+ sudo apt-get -q -y install asciidoc xmlto docbook-xsl-ns
57
57
58
58
test -n " $ALREADY_HAVE_ASCIIDOCTOR " ||
59
59
gem install --version 1.5.8 asciidoctor
Original file line number Diff line number Diff line change 8
8
filter_log () {
9
9
sed -e ' /^GIT_VERSION = /d' \
10
10
-e ' /^ \* new asciidoc flags$/d' \
11
+ -e ' /stripped namespace before processing/d' \
12
+ -e ' /Attributed.*IDs for element/d' \
11
13
" $1 "
12
14
}
13
15
You can’t perform that action at this time.
0 commit comments