7thSea/Characters/Makefile

32 lines
855 B
Makefile
Raw Permalink Normal View History

clean:
rm *.aux *.dvi *.fdb_latexmk *.fls *.log *.ps *.synctex.gz *.toc *.lot *.lof
Hero.dvi: Hero.tex Hero-content.tex 000-header.tex 090-footer.tex
latex Hero.tex
latex Hero.tex
Hero.pdf: Hero.dvi
dvipdf.sh Hero
Introduction.dvi: Introduction.tex Introduction-content.tex 000-header.tex 090-footer.tex
latex Introduction.tex
latex Introduction.tex
Introduction.pdf: Introduction.dvi
dvipdf.sh Introduction
Append-Only.dvi: Append-Only.tex Append.tex Append-Intro.tex Append-Characters.tex 000-header.tex 090-footer.tex
latex Append-Only.tex
latex Append-Only.tex
Append-Only.pdf: Append-Only.dvi
dvipdf.sh Append-Only
Book.dvi: Book.tex Introduction-content.tex Hero-content.tex Append-Append.tex Append-Intro.tex Append-Characters.tex 000-header.tex 090-footer.tex
latex Book.tex
latex Book.tex
Book.pdf: Book.dvi
dvipdf.sh Book