13 lines
408 B
Diff
13 lines
408 B
Diff
diff -rupN --no-dereference giflib-5.2.2/doc/Makefile giflib-5.2.2-new/doc/Makefile
|
|
--- giflib-5.2.2/doc/Makefile 2024-02-18 19:15:05.000000000 +0100
|
|
+++ giflib-5.2.2-new/doc/Makefile 2024-02-19 09:39:38.785968237 +0100
|
|
@@ -1,7 +1,7 @@
|
|
.SUFFIXES: .xml .html .txt .adoc .1 .7
|
|
|
|
.xml.html:
|
|
- xmlto xhtml-nochunks $<
|
|
+ xmlto --stringparam generate.consistent.ids=1 xhtml-nochunks $<
|
|
|
|
.xml.1:
|
|
xmlto man $<
|