File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 27
27
rm -f ../html/jmanual* .
28
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
29
29
(cd ../html; sed -i ' s@"jmanual.css"@"manual.css"@' j* .html)
30
+ (cd ../html; for imgfile in jmanual-img* .png; do pngtopnm $$ imgfile > /tmp/$$ imgfile.pnm; pnmtopng -transparent white /tmp/$$ imgfile.pnm > $$ imgfile; done)
30
31
31
32
32
33
Original file line number Diff line number Diff line change @@ -26,3 +26,4 @@ distclean: clean
26
26
html :
27
27
rm -f ../html/manual* .{old,html,png,pl} ../html/manual-images.*
28
28
TRANSPARENT_COLOR=" #ffffff" latex2html -dir ../html/ -transparent -local_icons -split +3 -auto_prefix -iso_language JP -html_version=" 4.0,unicode" manual
29
+ (cd ../html; for imgfile in manual-img* .png; do pngtopnm $$ imgfile > /tmp/$$ imgfile.pnm; pnmtopng -transparent white /tmp/$$ imgfile.pnm > $$ imgfile; done)
You can’t perform that action at this time.
0 commit comments