Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 791f2ae

Browse files
committed
Simplify the parameters passed to node2label.pl.
1 parent d7bb303 commit 791f2ae

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

Doc/Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,15 @@ l2h: l2hapi l2hext l2hlib l2htut
247247

248248
l2htut: tut.dvi myformat.perl
249249
$(L2H) $(L2HARGS) tut.tex
250-
(cd tut; ../node2label.pl footnode.html tut.html node*.html)
250+
(cd tut; ../node2label.pl *.html)
251251
sed 's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/' \
252252
<tut/tut.html >tut/xxx
253253
mv tut/xxx tut/tut.html
254254
ln -s tut.html tut/index.html || true
255255

256256
l2hext: ext.dvi myformat.perl
257257
$(L2H) $(L2HARGS) ext.tex
258-
(cd ext; ../node2label.pl footnode.html ext.html node*.html)
258+
(cd ext; ../node2label.pl *.html)
259259
sed 's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/' \
260260
<ext/ext.html >ext/xxx
261261
mv ext/xxx ext/ext.html
@@ -266,16 +266,15 @@ l2hlib: lib.dvi myformat.perl
266266
mv lib1.aux lib.aux
267267
if [ -d lib ] ; then rm -f lib/*.html ; fi
268268
$(L2H) $(L2HARGS) lib.tex
269-
(cd lib; ../node2label.pl footnode.html lib.html node*.html)
269+
(cd lib; ../node2label.pl *.html)
270270
sed 's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/' \
271271
<lib/lib.html >lib/xxx
272272
mv lib/xxx lib/lib.html
273273
ln -s lib.html lib/index.html || true
274274

275-
# note that the node2label.pl command doesn't include a footnode.html
276275
l2hapi: api.dvi myformat.perl
277276
$(L2H) $(L2HARGS) api.tex
278-
(cd api; ../node2label.pl api.html node*.html)
277+
(cd api; ../node2label.pl *.html)
279278
sed 's/^<P CLASS=ABSTRACT>,/<P CLASS=ABSTRACT>/' \
280279
<api/api.html >api/xxx
281280
mv api/xxx api/api.html

0 commit comments

Comments
 (0)