https://github.com/ocsigen/wikidoc
Convert OCaml documentation to wiki.
https://github.com/ocsigen/wikidoc
Last synced: 15 days ago
JSON representation
Convert OCaml documentation to wiki.
- Host: GitHub
- URL: https://github.com/ocsigen/wikidoc
- Owner: ocsigen
- Created: 2013-07-30T09:59:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T14:34:52.000Z (10 months ago)
- Last Synced: 2024-08-22T16:19:57.356Z (10 months ago)
- Language: OCaml
- Homepage: http://ocsigen.org/
- Size: 121 KB
- Stars: 6
- Watchers: 19
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
== Configuration ==
Copy Makefile.config into Makefile.local ; and customize
== How to build the ocsigen book ? ==
$ make texsrc
$ make tex/ocsigen.pdf== How to generate the wiki API ? ==
For all api:
$ make api
Or one project at a time :
$ make lwt
$ make js_of_ocaml
$ make tyxml
$ make server
$ make eliom
$ make oclosureOn ocsigen.org, if you are a sudoers, you may publish the API:
$ make api.install
Or for a specific project or a specific version:
$ make eliom.install
$ ELIOM_VERSION=2.0.2 make eliom.install== Building & install tools ==
The following commands will build and install 'latex_of_wiki' and
'odoc_wika.cma'.$ make all
$ make install