aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-02-26 08:34:49 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-02-26 08:34:49 +0000
commit94720fb86d88f66ed7ac6bc47bfc14e8bcd876ca (patch)
tree1520be55c09c62e991ba60342e290c13ee68019a /Makefile
parentf9f808fd7044592a7d4c520c77f43e87ba245cae (diff)
mise a jour
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1402 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 73594b6a2..aba77cd8f 100644
--- a/Makefile
+++ b/Makefile
@@ -489,10 +489,8 @@ LPTOPLEVEL = toplevel/doc.tex $(TOPLEVEL:.cmo=.mli)
LPFILES = doc/macros.tex doc/intro.tex $(LPLIB) $(LPKERNEL) $(LPLIBRARY) \
$(LPPRETYPING) $(LPPROOFS) $(LPTACTICS) $(LPTOPLEVEL)
-doc/coq.tex: doc/preamble.tex $(LPFILES)
- cat doc/preamble.tex > doc/coq.tex
- ocamlweb --no-preamble $(LPFILES) >> doc/coq.tex
- echo "\end{document}" >> doc/coq.tex
+doc/coq.tex: $(LPFILES)
+ ocamlweb -p "\usepackage{epsfig}" $(LPFILES) -o doc/coq.tex
clean::
rm -f doc/*~ doc/coq.tex