"make doc" error
ID0000211:
**This issue was created automatically from Mantis Issue 211. Further discussion may take place here.**
---
| **Id** | **Project** | **Category** | **View** | **Due Date** | **Updated** |
| --- | --- | --- | --- | --- | --- |
| ID0000211 | Frama-C | Kernel | public | 2009-08-04 | 2014-02-12 |
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| **Reporter** | nstouls | **Assigned To** | signoles | **Resolution** | fixed |
| **Priority** | normal | **Severity** | minor | **Reproducibility** | always |
| **Platform** | - | **OS** | - | **OS Version** | - |
| **Product Version** | Frama-C GIT, precise the release id | **Target Version** | - | **Fixed in Version** | Frama-C Beryllium-20090901 |
### Description :
I would like to use the doc, but when making:
make doc
I obtain the error:
make: *** Pas de règle pour fabriquer la cible « bin/viewer.byte », nécessaire pour « doc ». Arrêt.
I also try:
make doc-kernel
But with no more result:
Ocamldoc Kernel Documentation
Error while loading file doc/code/docgen.cmo:
doc/code/docgen.cmo: No such file or directory
make: *** [doc-kernel] Erreur 1
Finally I cannot manually compile doc/code/docgen.ml, since I don't have Odoc_module. Is this module present only in Ocaml 3.11 ?
I have Ocaml version 3.10.2.
Thx, Nicolas
issue