Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7edb8 commit 323dc70Copy full SHA for 323dc70
1 file changed
Doc/tools/mkhtml.sh
@@ -16,15 +16,16 @@ TEXINPUTS=$srcdir/$part:$TEXINPUTS
16
export TEXINPUTS
17
18
if [ -d $part ] ; then
19
- (set -x; rm -f $part/*.html)
+ rm -f $part/*.html
20
fi
21
22
-set -x
23
-
+echo "latex2html -init_file $srcdir/perl/l2hinit.perl ${1:+$@} " \
+ "$srcdir/$part/$part.tex"
24
latex2html \
25
-init_file $srcdir/perl/l2hinit.perl \
26
${1:+$@} \
27
$srcdir/$part/$part.tex
28
29
+echo '(cd '$part'; '$srcdir'/tools/node2label.pl *.html)'
30
cd $part
31
$srcdir/tools/node2label.pl *.html
0 commit comments