ajout cible test_stdlib

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4589 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Maxence Guesdon 2002-04-04 08:38:53 +00:00
parent 6d695efe16
commit ba911889b7
1 changed files with 6 additions and 0 deletions

View File

@ -311,6 +311,12 @@ test: dummy
$(MKDIR) $@
./ocamldoc -html -colorize-code -d $@ $(INCLUDES) odoc*.ml odoc*.mli
test_stdlib: dummy
$(MKDIR) $@
./ocamldoc -html -colorize-code -d $@ $(INCLUDES) -dump $@/stdlib.odoc ../stdlib/*.mli \
../otherlibs/unix/unix.mli \
../otherlibs/str/str.mli
test_framed: dummy
$(MKDIR) $@
./ocamldoc -g odoc_fhtml.cmo -colorize-code -d $@ $(INCLUDES) odoc*.ml odoc*.mli