View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006098 | DarkRadiant | Documentation | public | 17.09.2022 02:47 | 13.01.2024 05:32 |
Reporter | es20490446e | Assigned To | orbweaver | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 3.4.0 | ||||
Summary | 0006098: Include doc in building instructions | ||||
Description | At "README.md", the building instructions don't include the docs: PackageDocs () { local TargetDir="${pkgdir}/usr/share/doc/${pkgname}" mkdir --parents "${TargetDir}" cp --recursive "${srcdir}/${pkgname}/doc"/* "${TargetDir}" rm "${TargetDir}/CMakeLists.txt" } | ||||
Tags | No tags attached. | ||||
I'm confused as to what your "shell script" represents, and how it relates the README. If you're on Linux, the CMake build already handles creating and installing the docs if you have the required AsciiDoctor command in your path, so there is no need to manually move things around with shell commands. It's true that the README doesn't currently mention how to create the docs manually, but wouldn't this primarily be a concern for Windows users (who aren't using CMake or shell scripts)? | |
Let me have a look... | |
By installing asciidoctor I get the docs compiled. I guess it shall be mentioned at: - https://github.com/codereader/DarkRadiant/blob/master/README.md - https://wiki.thedarkmod.com/index.php?title=DarkRadiant_-_Compiling_in_Linux That said, in that last page, the dependencies for Arch Linux and Manjaro shall be the same. And the real line is: sudo pacman -Syu asciidoctor base-devel boost git gtest eigen freealut ftgl glew libjpeg-turbo libsigc++ libpng libvorbis libxml2 wxwidgets-gtk3 zlib |
|
Use of "asciidoctor" command now mentioned in the README for building on Linux, as of Git commit 24952830ccdf75d10d260dc120d1bd2887a5c94a | |
Where is it mentioned? | |
Date Modified | Username | Field | Change |
---|---|---|---|
17.09.2022 02:47 | es20490446e | New Issue | |
17.09.2022 06:11 | greebo | Status | new => acknowledged |
28.09.2022 19:26 | orbweaver | Note Added: 0015280 | |
29.09.2022 14:07 | es20490446e | Note Added: 0015281 | |
29.09.2022 22:39 | es20490446e | Note Added: 0015282 | |
29.09.2022 22:40 | es20490446e | Note Edited: 0015282 | |
29.09.2022 22:40 | es20490446e | Note Edited: 0015282 | |
29.09.2022 22:40 | es20490446e | Note Edited: 0015282 | |
04.10.2022 19:18 | orbweaver | Assigned To | => orbweaver |
04.10.2022 19:18 | orbweaver | Status | acknowledged => resolved |
04.10.2022 19:18 | orbweaver | Resolution | open => fixed |
04.10.2022 19:18 | orbweaver | Fixed in Version | => 3.4.0 |
04.10.2022 19:18 | orbweaver | Note Added: 0015290 | |
04.10.2022 22:21 | es20490446e | Note Added: 0015292 | |
06.10.2022 16:56 | orbweaver | Changeset attached | => DarkRadiant master 24952830 |
13.01.2024 05:32 | greebo | Status | resolved => closed |