diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:53:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:53:21 +0000 |
commit | 6ff351f1dface7e0a33ffb17d21c32989eb7f747 (patch) | |
tree | cf07bbb9e7d34f5e8bd9db0e82b2e708bc1f6c95 /debian/patches/Make-the-asciidoc-documentation-reproducible.patch | |
parent | Adding upstream version 2.1.6. (diff) | |
download | pacemaker-6ff351f1dface7e0a33ffb17d21c32989eb7f747.tar.xz pacemaker-6ff351f1dface7e0a33ffb17d21c32989eb7f747.zip |
Adding debian version 2.1.6-4.debian/2.1.6-4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/Make-the-asciidoc-documentation-reproducible.patch')
-rw-r--r-- | debian/patches/Make-the-asciidoc-documentation-reproducible.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/Make-the-asciidoc-documentation-reproducible.patch b/debian/patches/Make-the-asciidoc-documentation-reproducible.patch new file mode 100644 index 0000000..5434e8b --- /dev/null +++ b/debian/patches/Make-the-asciidoc-documentation-reproducible.patch @@ -0,0 +1,21 @@ +From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi@niif.hu> +Date: Fri, 4 Mar 2016 10:34:10 +0100 +Subject: Make the asciidoc documentation reproducible + +--- + doc/Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/doc/Makefile.am b/doc/Makefile.am +index 1400145..b6c254c 100644 +--- a/doc/Makefile.am ++++ b/doc/Makefile.am +@@ -42,7 +42,7 @@ RSYNC_DEST ?= root@www.clusterlabs.org:/var/www/html + RSYNC_OPTS = -rlptvzxS --progress + + if IS_ASCIIDOC +-ASCIIDOC_HTML_ARGS = --unsafe --backend=xhtml11 ++ASCIIDOC_HTML_ARGS = --unsafe --backend=xhtml11 --attribute footer-style=none + ASCIIDOC_DBOOK_ARGS = -b docbook -d book + else + ASCIIDOC_HTML_ARGS = --backend=html5 |