]> mj.ucw.cz Git - saga.git/commitdiff
Cleanups.
authorMartin Mares <mj@ucw.cz>
Mon, 16 Jun 2008 10:38:37 +0000 (12:38 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 16 Jun 2008 10:38:37 +0000 (12:38 +0200)
.gitignore [new file with mode: 0644]
Makefile

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..02c6a2e
--- /dev/null
@@ -0,0 +1,12 @@
+*~
+_*
+*.swp
+*.toc
+*.tok
+*.aux
+*.bbl
+*.blg
+*.dvi
+*.log
+*.ps
+*.ids
index b1a9db5080e91ef7d5c55e922695dc3d81ff6604..89f0c4217b3d254589c7f6b158e42f75e129f790 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: saga.ps abstract.ps pubs.ps
+all: saga.ps abstract.ps abscover.ps pubs.ps
 
 CHAPTERS=cover pref mst ram adv opt dyn appl rank epilog notation
 
@@ -11,6 +11,9 @@ CHAPTERS=cover pref mst ram adv opt dyn appl rank epilog notation
 pubs.dvi: pubs.tex macros.tex fonts12.tex
        tex $<
 
+abscover.dvi: abscover.tex
+       csplain $<
+
 saga.dvi: $(addsuffix .tex,$(CHAPTERS))
 
 %.ps: %.dvi