]> mj.ucw.cz Git - saga.git/blobdiff - Makefile
Fixed the definition of edge density in Chapter 3.1.
[saga.git] / Makefile
index a308c4d6e1d8187724c876236a483b8d81f19588..89f0c4217b3d254589c7f6b158e42f75e129f790 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,19 @@
-all: saga.ps
+all: saga.ps abstract.ps abscover.ps pubs.ps
 
 CHAPTERS=cover pref mst ram adv opt dyn appl rank epilog notation
 
-%.dvi: %.tex macros.tex biblio.bib mjalpha.bst
+%.dvi: %.tex macros.tex fonts12.tex fonts10.tex biblio.bib mjalpha.bst
        tex $< && mv $*.toc $*.tok
        bibtex $*
        tex $< && mv $*.toc $*.tok
        tex $< && mv $*.toc $*.tok
 
+pubs.dvi: pubs.tex macros.tex fonts12.tex
+       tex $<
+
+abscover.dvi: abscover.tex
+       csplain $<
+
 saga.dvi: $(addsuffix .tex,$(CHAPTERS))
 
 %.ps: %.dvi