diff options
author | Martin Mares <mj@ucw.cz> | 2001-01-19 21:30:08 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2001-01-19 21:30:08 +0100 |
commit | 4d04187465fdeb3fb755b4d01ec640bbe0e36eb9 (patch) | |
tree | 9b1206099940b42770890fc6917799272ccb8e7a /doc/slt2001/Makefile | |
parent | 0766e962e9a9539ceccd23090e5bb8e1301fce8c (diff) | |
download | bird-4d04187465fdeb3fb755b4d01ec640bbe0e36eb9.tar bird-4d04187465fdeb3fb755b4d01ec640bbe0e36eb9.zip |
Added paper for my talk about BIRD at SLT 2001.
Diffstat (limited to 'doc/slt2001/Makefile')
-rw-r--r-- | doc/slt2001/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/slt2001/Makefile b/doc/slt2001/Makefile new file mode 100644 index 0000000..5979e1a --- /dev/null +++ b/doc/slt2001/Makefile @@ -0,0 +1,10 @@ +all: slt.dvi + +slt.dvi: slt.tex + csplain slt.tex + +slt.ps: slt.dvi + dvips -o slt.ps -D600 -ta4 slt.dvi + +clean: + rm -f *~ *.log *.tfm *.*pk *.*gf *.ps *.dvi |