Aha! Now it's working.

This commit is contained in:
Alexander Yakovlev 2010-11-17 10:45:36 +00:00
parent 54331b419d
commit 0bc396a53b

View file

@ -2,10 +2,11 @@ include ../Rules.make
include ../config.make
pdf:
pdflatex manual.tex
if xelatex manual.tex; then test; else pdflatex manual.tex; fi
makeindex manual.idx
pdflatex manual.tex
if xelatex manual.tex; then test; else pdflatex manual.tex; fi
$(RM) -f manual.aux manual.log manual.toc manual.out manual.idx manual.ind manual.ilg
#to-do: interpret $PATH
wiki:
wget "http://instead.pinebrush.com/wiki/doku.php?id=ru:gamedev:documentation&do=export_xhtml" -O writing_games.html