aboutsummaryrefslogtreecommitdiff
path: root/btt/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'btt/doc/Makefile')
-rw-r--r--btt/doc/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/btt/doc/Makefile b/btt/doc/Makefile
new file mode 100644
index 0000000..a81b557
--- /dev/null
+++ b/btt/doc/Makefile
@@ -0,0 +1,15 @@
+DOCTMP = btt.log btt.aux btt.dvi btt.toc btt.tex.bak
+
+all: btt.pdf
+
+btt.tex: activity.eps qhist.eps dhist.eps seek.eps
+ @touch btt.tex
+
+btt.pdf: btt.tex
+ @latex btt.tex
+ @latex btt.tex
+ @dvipdfm -p a4 btt
+ @rm -rf $(DOCTMP)
+
+clean:
+ -rm -f btt.pdf $(DOCTMP)