aboutsummaryrefslogtreecommitdiff
path: root/gem/makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gem/makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/gem/makefile b/gem/makefile
deleted file mode 100644
index a4287c2..0000000
--- a/gem/makefile
+++ /dev/null
@@ -1,14 +0,0 @@
1ltn012.pdf: ltn012.ps
2 ./myps2pdf ltn012.ps
3
4ltn012.ps: ltn012.dvi
5 dvips -G0 -t letter -o ltn012.ps ltn012.dvi
6
7ltn012.dvi: ltn012.tex
8 latex ltn012
9
10clean:
11 rm -f *~ *.log *.aux *.bbl *.blg ltn012.pdf ltn012.ps ltn012.dvi ltn012.lof ltn012.toc ltn012.lot
12
13pdf: ltn012.pdf
14 open ltn012.pdf