Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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: newclosed

Fixed in r121407.

comment:3 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 in reply to:  3 ; 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 in reply to:  4 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.

Note: See TracTickets for help on using tickets.