1
Fork 0
turbonss/tex/chd/makefile

13 lines
221 B
Makefile
Raw Normal View History

2009-06-13 03:49:26 +03:00
all:
latex chd.tex
bibtex chd
latex chd.tex
latex chd.tex
dvips chd.dvi -o chd.ps
run: clean all
gv chd.ps &
html: clean all
latex2html chd.tex
clean:
rm chd.dvi chd.ps *.lot *.lof *.aux *.bbl *.blg *.log *.toc