softcount: tolerate zero ngrams
[vspell.git] / thesis / Makefile
blob2cfeac468b9f5778a1ed5c1fd0b45a6a7951b68f
1 EXT = .png
2 main$(EXT): main.tex wordlattice$(EXT) wordlattice1$(EXT) wordlattice2$(EXT) syllable$(EXT) overall.png test.tex
3 pdflatex $<&& pdflatex $<
4 test.tex:../tests/data.test
5 perl ../scripts/testdoc-extract.pl < $< > $@
6 %.png: %.dot
7 DOTFONTPATH=. dot -Tpng -o $@ $<
8 %.mp: %.dot
9 (echo "beginfig(1);";DOTFONTPATH=~/.fonts dot $< -Tmp;echo "endfig;";echo "end;") > $@
10 %.mps: %.mp
11 TEX=latex mpost $< && (F="$<";mv $${F/mp/1} $@)
12 %.pdf: %.mps
13 pdfetex -progname=context -efmt=mptopdf \\relax $<
14 wordlattice.ps: wordlattice.dot
15 DOTFONTPATH=~/.fonts dot $< -Tps -o $@
16 %.png: %.dia
17 dia -e $@ -t png $<