From: Martin Mares Date: Mon, 16 Jun 2008 10:38:37 +0000 (+0200) Subject: Cleanups. X-Git-Tag: phd-final~5 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ca677eabbde240b85306bbb5232ec4cf3ccf86e8;p=saga.git Cleanups. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..02c6a2e --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*~ +_* +*.swp +*.toc +*.tok +*.aux +*.bbl +*.blg +*.dvi +*.log +*.ps +*.ids diff --git a/Makefile b/Makefile index b1a9db5..89f0c42 100644 --- 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