diff options
| author | filliatr | 2001-09-21 10:59:59 +0000 |
|---|---|---|
| committer | filliatr | 2001-09-21 10:59:59 +0000 |
| commit | 8aaa41f4ceb94a571650b3572c0588343117d6b0 (patch) | |
| tree | c7494fc16e0b6747575abe8247791e8d3166395d /Makefile | |
| parent | 7e8613d73c589db97c507a7b2c4554bacc72e161 (diff) | |
make doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2041 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -673,8 +673,8 @@ LPFILES = doc/macros.tex doc/intro.tex $(LPLIB) $(LPKERNEL) $(LPLIBRARY) \ $(LPPRETYPING) $(LPPROOFS) $(LPTACTICS) $(LPTOPLEVEL) doc/coq.tex: $(LPFILES) -# ocamlweb -p "\usepackage{epsfig}" $(LPFILES) -o doc/coq.tex - ocamlweb $(LPFILES) -o doc/coq.tex + ocamlweb -p "\usepackage{epsfig}" $(LPFILES) -o doc/coq.tex +# ocamlweb $(LPFILES) -o doc/coq.tex clean:: rm -f doc/coq.tex |
