| Bug#: 220969 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: enhancement | Priority: P2 |
| Resolution: FIXED | Assigned To: tupone@gentoo.org | Reported By: kshots@warfaresdl.com | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: cal3d ebuild does not build or install documentation | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2008-05-08 17:45 0000 | |||
| Description: | Opened: 2008-05-08 17:45 0000 |
cal3d ebuild does not build or install documentation. By default, the configure script does not build/install documentation either. You must first go into docs folder: sed s/db2html/docbook2html Makefile.am > Makefile.2 && mv Makefile.2 Makefile.am Go back to base folder: sed s/db2html/docbook2html configure.in > configure.2 && mv configure.2 configure.in Then rebuild the tool-chain, then build as normal Then, go back into docs folder and: make doc-api && make doc-guide Finally, go into faq and run: doxygen cal3dfaq.doxygen Manually install it all, and you're set. Reproducible: Always Steps to Reproduce: 1.emerge cal3d Actual Results: cal3d is installed without documentation Expected Results: documentation should be installable
Created an attachment (id=152501) [details]
Patch against the 0.11.0-r1 ebuild of the cal3d library
Adds documentation support
- documentation goes into ${PF} instead ${P}
- ${D} needs to be quoted
- docbook stuff not listed in $DEPEND
Created an attachment (id=152515) [details] Fixes issues brought up by carlo@gentoo.org Fixes issues brought up by carlo@gentoo.org