]> mj.ucw.cz Git - saga.git/blobdiff - Makefile
Notation.
[saga.git] / Makefile
index 0d0ac1d29a83d85febd8ffd8e0e355f31d66f3ff..1a19b1ee80307ba785a4fdefaa6c119168d360f9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 all: saga.ps
 
-CHAPTERS=cover mst
+CHAPTERS=cover mst notation
 
 %.dvi: %.tex macros.tex
        tex $< && if grep -q citation $*.aux ; then bibtex $* && tex $< && tex $< ; fi