summaryrefslogtreecommitdiffstats
path: root/orig/Makefile
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2016-02-15 20:57:43 -0500
committerThibaut Horel <thibaut.horel@gmail.com>2016-02-15 20:57:43 -0500
commit100f6d6814699442b40944c7afda36c8cf02f35e (patch)
tree372a698754395d590d2f6d49683f038c892f9408 /orig/Makefile
parent22769d973c545281a9a18b492d4c72c53f535c19 (diff)
downloadbibtex-100f6d6814699442b40944c7afda36c8cf02f35e.tar.gz
Add makefile and README to generate documentation of original implementation.
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
+