diff options
| -rw-r--r-- | doc/Makefile | 13 | ||||
| -rw-r--r-- | doc/macros.tex | 4 |
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000000..b8bad19951 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,13 @@ + +# Makefile for doc/ + +coq.dvi: coq.tex + latex coq && latex coq + +clean:: + rm -f *~ *.log *.aux + +.SUFFIXES: .tex .dvi .ps + +.dvi.ps: + dvips $< -o diff --git a/doc/macros.tex b/doc/macros.tex new file mode 100644 index 0000000000..cbaa8e0375 --- /dev/null +++ b/doc/macros.tex @@ -0,0 +1,4 @@ + +% macros for coq.tex + + |
