summaryrefslogtreecommitdiff
path: root/ocamldoc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Do not build bytecode executables with -g by defaultXavier Leroy2023-02-021-1/+1
* Less verbose logs from `make` (#11844)Xavier Leroy2023-01-181-8/+8
* Stop passing -safe-string when building the compiler and in the testsuiteSébastien Hinderer2022-09-111-1/+1
* Pass the same flags to ocamlyacc consistentlySébastien Hinderer2022-08-251-2/+0
* Add missing pattern to make -C ocamldoc cleanDavid Allsopp2022-07-221-1/+1
* Let configure generate the META files, with a proper version numberSébastien Hinderer2022-07-181-0/+1
* Add META files (#11007)Nicolás Ojeda Bär2022-07-011-1/+1
* Report warning 70 about missing interfaces as an errorSébastien Hinderer2022-06-301-1/+1
* Provide an interface for ocamldoc's odoc_todo moduleSébastien Hinderer2022-06-301-2/+2
* Provide an interface for ocamldoc's odoc_dot moduleSébastien Hinderer2022-06-301-3/+3
* Provide an interface for ocamldoc's odoc_html moduleSébastien Hinderer2022-06-301-3/+3
* Provide an interface for ocamldoc's odoc_ocamlhtml moduleSébastien Hinderer2022-06-301-2/+2
* Provide an interface for ocamldoc's odoc_latex moduleSébastien Hinderer2022-06-301-2/+3
* Provide an interface for ocamldoc's odoc_latex_style moduleSébastien Hinderer2022-06-301-2/+2
* Provide an interface for ocamldoc's odoc_man moduleSébastien Hinderer2022-06-301-1/+1
* Provide an interface for ocamldoc's odoc_texi moduleSébastien Hinderer2022-06-301-1/+1
* Provide an interface for ocamldoc's odoc_to_text moduleSébastien Hinderer2022-06-301-1/+1
* Provide an interface for ocamldoc's odoc_dep moduleSébastien Hinderer2022-06-301-1/+2
* ocamldoc: remove the empty odoc_inherit moduleSébastien Hinderer2022-06-301-1/+0
* ocmaldoc: remove the empty odoc_control moduleSébastien Hinderer2022-06-301-1/+0
* Provide an interface for ocamldoc's odoc_type moduleSébastien Hinderer2022-06-301-1/+1
* Provide an interface for ocamldoc's odoc_value moduleSébastien Hinderer2022-06-301-1/+1
* Provide an interface for ocamldoc's odoc_parameter moduleSébastien Hinderer2022-06-301-1/+1
* Provide an interface for ocamldoc's odoc_text_lexer moduleSébastien Hinderer2022-06-301-1/+1
* Provide an interface for ocamldoc's odoc_messages moduleSébastien Hinderer2022-06-301-1/+2
* Enable warning 70 about missing interfacesSébastien Hinderer2022-06-301-1/+1
* otherlibs: Merge win32unix into unixSébastien Hinderer2022-04-101-6/+5
* Build system: ocaml{doc,lex} should be compiled and linked with -gSébastien Hinderer2022-03-311-3/+4
* Factorize the definition of the standard library flagsSébastien Hinderer2022-03-311-3/+2
* Build system: also factorize the inclusion of directories when calling ocamldepSébastien Hinderer2022-03-221-19/+11
* Build system: factorize the definitions related to ocamldepSébastien Hinderer2022-03-221-5/+2
* Build system: normalize the invocations of ocamldepSébastien Hinderer2022-03-221-4/+5
* Add the distclean target to ocamldoc/MakefileSébastien Hinderer2022-01-181-0/+3
* Remove no longer used SRC from ocamldoc/MakefileDavid Allsopp2021-08-291-2/+0
* Build system: replace suffix rules by pattern rulesSébastien Hinderer2021-04-271-6/+4
* Build system: provide a default value for OCAMLLEXSébastien Hinderer2021-04-141-1/+0
* documentation: configuration switch for an odoc documentation mode (#9997)Florian Angeletti2021-04-071-37/+0
* added warning for missing mli interface fileAnukriti122021-03-311-1/+1
* stop using single letter in warning settingsoctachron2021-03-151-1/+1
* Build system: deduplicate the rules used to generate the lexers and parsersSébastien Hinderer2021-03-021-7/+0
* ocamldoc/Makefile: Use generic rules to generate lexers and parsersSébastien Hinderer2021-03-021-28/+13
* Build system: rename the OCAMLLEX_FLAGS to OCAMLLEXFLAGSSébastien Hinderer2021-03-021-5/+5
* Move doc to api_docgen and restore installationoctachron2020-12-021-7/+0
* Appveyor build fixoctachron2020-12-021-33/+1
* doc: centralized, parallel, incremental manpagesFlorian Angeletti2020-12-021-57/+0
* Build system: simplify installation rulesSébastien Hinderer2020-06-181-3/+2
* Add the $(EXE) suffix to all programs at build rather than install timeSébastien Hinderer2020-06-181-7/+14
* ocamldoc: remove debugging facilitySébastien Hinderer2020-06-091-20/+4
* makefiles: move the inclusion of Makefile.build_config in Makefile.commonGabriel Scherer2020-05-061-1/+0
* Cease committing C dependendency informationDavid Allsopp2020-04-171-1/+0