View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0037305 | mantisbt | code cleanup | public | 2026-07-12 11:35 | 2026-07-13 18:42 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Target Version | 2.29.0 | Fixed in Version | 2.29.0 | ||
| Summary | 0037305: Docbook manual builds: remove legacy MAKE build method | ||||
| Description | When the script was refactored in 2013 (see #15887), the legacy build method based on MAKE was kept for backwards compatibility, called when the Publican configuration file (publican.cfg) is not present. This part of the script is not functional anymore; even if it were, it would not work anyway since the Makefile calls Publican, which would fail due to the missing config file. This code path should be removed. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master ace29d99 2026-07-12 11:37 Details Diff |
Docbook build: remove MAKE fallback The script has been running for over 10 years calling Publican directly (see Issue #15887). A fallback using the legacy MAKE method was kept for backwards- compatibility when publican.cfg is not present, but this part of the script is not functional anymore; even if it were, it would not work anyway since the Makefile calls Publican, which would fail due to the missing config file. Fixes 0037305 |
Affected Issues 0037305 |
|
| mod - build/docbook-manual.py | Diff File | ||