9ee160ad3d
in texi2html output (bnc#916186) OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=144
14 lines
496 B
Diff
14 lines
496 B
Diff
Index: zsh-5.0.7/Doc/Makefile.in
|
|
===================================================================
|
|
--- zsh-5.0.7.orig/Doc/Makefile.in
|
|
+++ zsh-5.0.7/Doc/Makefile.in
|
|
@@ -41,7 +41,7 @@ LN_S = @LN_S@
|
|
MAKEINFO = makeinfo
|
|
TEXI2DVI = texi2dvi
|
|
DVIPS = dvips
|
|
-TEXI2HTML = @TEXI2HTML@ --output . --ifinfo --split=chapter --node-files \
|
|
+TEXI2HTML = PERL_HASH_SEED=0 @TEXI2HTML@ --output . --ifinfo --split=chapter --node-files \
|
|
--init-file texi2html.conf
|
|
|
|
.SUFFIXES: .yo .1
|