aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorfilliatr1999-09-19 14:15:41 +0000
committerfilliatr1999-09-19 14:15:41 +0000
commit5393ee683be9e19ab25888925f561ea4f4b1dddb (patch)
tree00adab3b69868e9a0c55a88202235a66cd7cb2e6 /doc/Makefile
parent3386a50c15ddc367cd247f288ff84f288a0c42af (diff)
un effort sur la doc (ocamlweb)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@75 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 65ce899ca6..09ab4276b0 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -6,6 +6,17 @@ all: minicoq.dvi
coq.dvi: coq.tex
latex coq && latex coq
+coq.tex::
+ make -C .. doc/coq.tex
+
+depend: kernel.dep.ps library.dep.ps
+
+%.dot:
+ (cd ../$*; ocamldep *.ml *.mli) | ocamldot -lr > $@
+
+%.dep.ps: %.dot
+ dot -Tps $< -o $@
+
clean::
rm -f *~ *.log *.aux
@@ -16,3 +27,4 @@ clean::
.dvi.ps:
dvips $< -o
+