Skip to content

Commit b80c39f

Browse files
committed
add the current time stop to the footer
1 parent 161b90b commit b80c39f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/jlatex/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ distclean: clean
2525

2626
html:
2727
rm -f ../html/jmanual*.
28-
TRANSPARENT_COLOR="#ffffff" charset="UTF-8" latex2html -dir ../html/ -transparent -local_icons -split +3 -auto_prefix -init_file ../latex/.latex2html-init -iso_language JP -html_version="4.0,unicode" jmanual
28+
TRANSPARENT_COLOR="#ffffff" charset="UTF-8" latex2html -dir ../html/ -transparent -local_icons -split +3 -auto_prefix -init_file ../latex/.latex2html-init -iso_language JP -address "This document was generated using the LaTeX2HTML translator on `date` from <a href=\"http://github.com/euslisp/EusLisp.git\">EusLisp</a> version <a href=\"http://github.com/euslisp/EusLisp/commit/`git rev-parse --verify HEAD`\">`git log -1 --oneline`</a>" -html_version="4.0,unicode" jmanual
2929
(cd ../html; sed -i 's@"jmanual.css"@"manual.css"@' j*.html)
3030
(cd ../html; for imgfile in jmanual-img*.png; do pngtopnm $$imgfile > /tmp/$$imgfile.pnm; pnmtopng -transparent white /tmp/$$imgfile.pnm > $$imgfile; done)
3131

3232

33-

doc/latex/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ distclean: clean
2525

2626
html:
2727
rm -f ../html/manual*.{old,html,png,pl} ../html/manual-images.*
28-
TRANSPARENT_COLOR="#ffffff" latex2html -dir ../html/ -transparent -local_icons -split +3 -auto_prefix -iso_language JP -html_version="4.0,unicode" manual
28+
TRANSPARENT_COLOR="#ffffff" latex2html -dir ../html/ -transparent -local_icons -split +3 -auto_prefix -iso_language JP -address "This document was generated using the LaTeX2HTML translator on `date` from <a href=\"http://github.com/euslisp/EusLisp.git\">EusLisp</a> version <a href=\"http://github.com/euslisp/EusLisp/commit/`git rev-parse --verify HEAD`\">`git log -1 --oneline`</a>" -html_version="4.0,unicode" manual
2929
(cd ../html; for imgfile in manual-img*.png; do pngtopnm $$imgfile > /tmp/$$imgfile.pnm; pnmtopng -transparent white /tmp/$$imgfile.pnm > $$imgfile; done)

0 commit comments

Comments
 (0)