Blame SOURCES/giflib_html-docs-consistent-ids.patch

4b147c
diff -rupN --no-dereference giflib-5.2.1/doc/Makefile giflib-5.2.1-new/doc/Makefile
4b147c
--- giflib-5.2.1/doc/Makefile	2019-03-28 18:05:25.000000000 +0100
4b147c
+++ giflib-5.2.1-new/doc/Makefile	2020-02-17 16:51:04.489397582 +0100
4b147c
@@ -1,7 +1,7 @@
4b147c
 .SUFFIXES: .xml .html .txt .adoc .1
4b147c
 
4b147c
 .xml.html:
4b147c
-	xmlto xhtml-nochunks $<
4b147c
+	xmlto --stringparam generate.consistent.ids=1 xhtml-nochunks $<
4b147c
 
4b147c
 .xml.1:
4b147c
 	xmlto man $<