Select Git revision
Forked from
gmsh / gmsh
Source project has a limited visibility.
-
Christophe Geuzaine authoredChristophe Geuzaine authored
tut2html 381 B
#!/bin/sh
enscript -t "Gmsh tutorial" -Ecpp --color -Whtml --toc -pt.html README *.geo
cat t.html | \
sed "s/<FONT COLOR=\"#BC8F8F\"><B>//g" | \
sed "s/<B><FONT COLOR=\"#5F9EA0\">//g" | \
sed "s/<B><FONT COLOR=\"#A020F0\">//g" | \
sed "s/<B><FONT COLOR=\"#0000FF\">//g" | \
sed "s/<\/FONT><\/B>//g" > ../doc/tutorial.html
rm -f t.html
echo output moved to ../doc/tutorial.html