summaryrefslogtreecommitdiffstats
path: root/orig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'orig/Makefile')
-rw-r--r--orig/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/orig/Makefile b/orig/Makefile
new file mode 100644
index 0000000..e70a7e4
--- /dev/null
+++ b/orig/Makefile
@@ -0,0 +1,11 @@
+all: bibtex.pdf
+
+bibtex.pdf: bibtex.tex
+ pdftex $<
+
+bibtex.tex: bibtex.web bibtex.ch
+ weave $^
+
+clean:
+ rm -f *.pdf *.tex *.log
+