Skip to content
Snippets Groups Projects
Commit 3dba1e46 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

added makehtml

parent e5237679
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ doc/tex/install.tex -text
doc/tex/logo/cdo_logo.eps -text
doc/tex/logo/cdo_logo.pdf -text
doc/tex/makedoc -text
doc/tex/makehtml -text
doc/tex/makepdf -text
doc/tex/makerefcard -text
doc/tex/missval.tex -text
......
#!/bin/sh
if [ ! -d ../html ];then mkdir ../html ;fi
htlatex cdo.tex "html" "" -d../html/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment