diff options
| -rw-r--r-- | orig/Makefile | 11 | ||||
| -rw-r--r-- | orig/README.rst | 3 |
2 files changed, 14 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 + diff --git a/orig/README.rst b/orig/README.rst new file mode 100644 index 0000000..4c9cc84 --- /dev/null +++ b/orig/README.rst @@ -0,0 +1,3 @@ +Run ``make`` to generate a documentation in PDF format of the ``.web`` original +BibTeX iplementation. This requires the ``ẁeave`` compiler for the WEB +programming language as well as a working TeX installation. |
