~ubuntu-branches/debian/sid/ocaml/sid

« back to all changes in this revision

Viewing changes to ocamldoc/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu
  • Date: 2011-04-21 21:35:08 UTC
  • mfrom: (1.1.11 upstream) (12.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110421213508-kg34453aqmb0moha
* Fixes related to -output-obj with g++ (in debian/patches):
  - add Declare-primitive-name-table-as-const-char
  - add Avoid-multiple-declarations-in-generated-.c-files-in
  - fix Embed-bytecode-in-C-object-when-using-custom: the closing
    brace for extern "C" { ... } was missing in some cases

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#(*                                                                     *)
10
10
#(***********************************************************************)
11
11
 
12
 
# $Id: Makefile 9229 2009-04-09 13:56:38Z guesdon $
 
12
# $Id: Makefile 10584 2010-06-16 11:38:22Z guesdon $
13
13
 
14
14
include ../config/Makefile
15
15
 
282
282
###########
283
283
test: dummy
284
284
        $(MKDIR) $@
285
 
        $(OCAMLDOC_RUN) -html -colorize-code -sort -d $@ $(INCLUDES) -dump $@/ocamldoc.odoc test.txt test2.txt odoc*.ml odoc*.mli -v
 
285
        $(OCAMLDOC_RUN) -html -colorize-code -sort -d $@ $(INCLUDES) -dump $@/ocamldoc.odoc odoc*.ml odoc*.mli -v
286
286
 
287
287
test_stdlib: dummy
288
288
        $(MKDIR) $@
319
319
stdlib_man/Pervasives.3o: $(STDLIB_MLIS)
320
320
        $(MKDIR) stdlib_man
321
321
        $(OCAMLDOC_RUN) -man -d stdlib_man $(INCLUDES) \
322
 
        -t "OCaml library" -man-mini \
 
322
        -t "OCaml library" -man-mini -man-section 3o \
323
323
        $(STDLIB_MLIS)
324
324
 
325
325
autotest_stdlib: dummy