aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0407fd12bf..b11d9b0c7b 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,14 @@ OBJS=$(CONFIG) $(LIB) $(KERNEL)
world: $(OBJS)
+MLI=$(OBJS:.cmo=.mli)
+LPFILES=doc/macros.tex $(MLI)
+lp: doc/coq.ps
+doc/coq.ps: doc/coq.tex
+ cd doc; make coq.ps
+doc/coq.tex: $(LPFILES)
+ ocamlweb -o doc/coq.tex $(LPFILES)
+
# Default rules
.SUFFIXES: .ml .mli .cmo .cmi .cmx