Message ID | 20210512222803.508446-4-felipe.contreras@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | doc: asciidoc cleanups | expand |
diff --git a/Documentation/Makefile b/Documentation/Makefile index 5c2a3df24a..956cfabadd 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -194,6 +194,7 @@ ASCIIDOC_DOCBOOK = docbook5 ASCIIDOC_EXTRA += -acompat-mode -atabsize=8 ASCIIDOC_EXTRA += -I. -rasciidoctor-extensions ASCIIDOC_EXTRA += -alitdd='&\#x2d;&\#x2d;' +ASCIIDOC_BASE = $(ASCIIDOC_COMMON) DBLATEX_COMMON = XMLTO_EXTRA += --skip-validation XMLTO_EXTRA += -x manpage.xsl
asciidoctor handles interruptions correctly, no need for the helper. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> --- Documentation/Makefile | 1 + 1 file changed, 1 insertion(+)