#12277 closed enhancement (fixed)
RFE: Use HTML documentation for devel/git-core provided upstream
Reported by: | boeyms@… | Owned by: | boeyms@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | |
Keywords: | git-core HTML documentation install | Cc: | bryan@…, boeyms@… |
Port: |
Description
Attached is a patch to download and install the HTML documentation for git from the tarball provided by the git team, instead of building it ourselves with asciidoc (those docs weren't being installed, anyway, despite being built). This means that we can remove the dependency of the doc variant on port:asciidoc and port:xmlto, and this patch also does that. Finally, the patch adds a description to the +doc variant.
It may be applied with -p1 from trunk/ (I generated this from a git export of the SVN repository). I will wait for at least 72 hours before committing this myself.
Attachments (1)
Change History (5)
comment:1 Changed 17 years ago by boeyms@…
Type: | defect → enhancement |
---|
Changed 17 years ago by boeyms@…
Attachment: | git-core_doc_variant_update.diff added |
---|
comment:2 Changed 17 years ago by boeyms@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 17 years ago by nox@…
Priority: | Nice to have → Low |
---|---|
Version: | 1.5 |
comment:4 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
Committed in r27083 (updated for latest git-core version). Thanks to the maintainer for approving this patch.