#44138 closed defect (fixed)
git @2.0.0_0 +doc: HTML documentation not found correctly
Reported by: | kpreid (Kevin Reid) | Owned by: | ci42 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.0 |
Keywords: | Cc: | ||
Port: | git |
Description
I currently have installed git @2.0.0_0+bash_completion+credential_osxkeychain+doc+pcre+perl5_16+python27+svn
. The HTML documentation option is not functioning:
$ git help --web commit fatal: '/opt/local/share/doc/git-core': not a documentation directory.
/opt/local/share/doc/git-core
does not exist, but /opt/local/share/doc/git
does.
I have tried reinstalling the port.
The manpage versions of the documentation are available normally.
Change History (5)
comment:1 Changed 10 years ago by ci42
Owner: | changed from macports-tickets@… to ciserlohn@… |
---|
comment:2 Changed 10 years ago by ci42
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 follow-up: 4 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Is that the best fix? I see in patch-Makefile.diff that we're changing the documentation directory from its default of git-doc to git-core. Should we put it back to the default git-doc instead?
comment:4 follow-up: 5 Changed 10 years ago by ci42
Replying to ryandesign@…:
Is that the best fix? I see in patch-Makefile.diff that we're changing the documentation directory from its default of git-doc to git-core. Should we put it back to the default git-doc instead?
Yes, we should use the default location. I'll include it in the next regular git update.
comment:5 Changed 10 years ago by ci42
Replying to ciserlohn@…:
Replying to ryandesign@…:
Is that the best fix? I see in patch-Makefile.diff that we're changing the documentation directory from its default of git-doc to git-core. Should we put it back to the default git-doc instead?
Yes, we should use the default location. I'll include it in the next regular git update.
Done in r121497.
Fixed in r121407.