diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2016-02-15 20:57:43 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2016-02-15 20:57:43 -0500 |
| commit | 100f6d6814699442b40944c7afda36c8cf02f35e (patch) | |
| tree | 372a698754395d590d2f6d49683f038c892f9408 /orig | |
| parent | 22769d973c545281a9a18b492d4c72c53f535c19 (diff) | |
| download | bibtex-100f6d6814699442b40944c7afda36c8cf02f35e.tar.gz | |
Add makefile and README to generate documentation of original implementation.
Diffstat (limited to 'orig')
| -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. |
