summaryrefslogtreecommitdiff
path: root/giflib_html-docs-consistent-ids.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-02 07:03:39 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-02 07:03:39 +0000
commitc1cb7a5cb6ae52fc5bda1ad26e2795af259d6936 (patch)
treefe2c77df19fdd9e947697ba6609907efb867c448 /giflib_html-docs-consistent-ids.patch
parent5b68170d42b1d4354d0aba164dd25607046e8b55 (diff)
automatic import of giflibopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'giflib_html-docs-consistent-ids.patch')
-rw-r--r--giflib_html-docs-consistent-ids.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/giflib_html-docs-consistent-ids.patch b/giflib_html-docs-consistent-ids.patch
new file mode 100644
index 0000000..d4006ea
--- /dev/null
+++ b/giflib_html-docs-consistent-ids.patch
@@ -0,0 +1,12 @@
+diff -rupN --no-dereference giflib-5.2.1/doc/Makefile giflib-5.2.1-new/doc/Makefile
+--- giflib-5.2.1/doc/Makefile 2019-03-28 18:05:25.000000000 +0100
++++ giflib-5.2.1-new/doc/Makefile 2020-02-17 16:51:04.489397582 +0100
+@@ -1,7 +1,7 @@
+ .SUFFIXES: .xml .html .txt .adoc .1
+
+ .xml.html:
+- xmlto xhtml-nochunks $<
++ xmlto --stringparam generate.consistent.ids=1 xhtml-nochunks $<
+
+ .xml.1:
+ xmlto man $<