From: Reiner Herrmann Date: Fri, 30 Oct 2015 18:27:18 +0000 (+0100) Subject: docs: clear timestamp embedded in DVI comment field X-Git-Tag: 0.6.0~27^2~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f3d0d44a60cf35e564e69724c5cec1d82238d433;p=fdroidserver.git docs: clear timestamp embedded in DVI comment field --- diff --git a/docs/gendocs.sh b/docs/gendocs.sh index a70b8e31..9e0bbb0c 100755 --- a/docs/gendocs.sh +++ b/docs/gendocs.sh @@ -46,7 +46,7 @@ templateurl="http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/texinfo/texinfo/ : ${SETLANG="env LANG= LC_MESSAGES= LC_ALL= LANGUAGE="} : ${MAKEINFO="makeinfo"} -: ${TEXI2DVI="texi2dvi -t @finalout"} +: ${TEXI2DVI="TEX=\"tex -output-comment=''\" texi2dvi --output-comment=\"\" -t @finalout"} : ${DOCBOOK2HTML="docbook2html"} : ${DOCBOOK2PDF="docbook2pdf"} : ${DOCBOOK2TXT="docbook2txt"}