Closed GoogleCodeExporter closed 9 years ago
there might be a problem with the perl and python extensions that git now
contains (that maybe should go to /Library/Python/... etc), and the git-gui app
that is in the share directory that maybe should go to /Applications
Original comment by santagada
on 2 Aug 2010 at 11:48
I will update the 'make install' part and move *.app to /Applications. In fact
I never use the modules, so I gonna try to fix this too. Thanks.
Original comment by ruda.moura@gmail.com
on 2 Aug 2010 at 4:48
Last chance to test
http://code.google.com/p/rudix/downloads/detail?name=git-1.7.2-0.dmg
I fixed the module's path of both Perl and Python.
Git.app is now in /Applications.
Original comment by ruda.moura@gmail.com
on 12 Aug 2010 at 2:06
1.7.2.1 is the latest version.
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.2.1.txt
Original comment by sorin.io...@gmail.com
on 13 Aug 2010 at 8:07
Your git packages is missing man pages among other things compared to the
official one. Maybe, you can use the official one and change the package
identifier to say rudix instead of troubleshooting it?
Original comment by sorin.io...@gmail.com
on 13 Aug 2010 at 9:44
the package is at
http://code.google.com/p/git-osx-installer/downloads/detail?name=git-1.7.2-intel
-leopard.dmg&can=3&q=
I would like to remove the rudix package and just use that one, but it does
install git in a completely unusual place /usr/local/git so I'm inclined to fix
the man page (and take a look to see if there is any other problems).
It would be cool if someone fixed the makefile for macosx so it would put the
manpage on the right place.
the final decision is up for ruda to make
Original comment by santagada
on 14 Aug 2010 at 1:55
It's easier to fix the path to the manual pages.
Original comment by ruda.moura@gmail.com
on 14 Aug 2010 at 6:24
[deleted comment]
In git sources there's a requirement to AsciiDoc
[http://www.methods.co.nz/asciidoc/] generate the man pages. It's a bit
inconvenient , but I'm gonna adopt this program and then recompile Git.
Snowflake:Documentation ruda$ make
GEN doc.dep
SUBDIR ../
make[1]: `GIT-VERSION-FILE' is up to date.
SUBDIR ../
make[1]: `GIT-VERSION-FILE' is up to date.
ASCIIDOC git-add.html
/bin/sh: asciidoc: command not found
make: *** [git-add.html] Error 127
Snowflake:Documentation ruda$ make
SUBDIR ../
make[1]: `GIT-VERSION-FILE' is up to date.
ASCIIDOC git-add.html
/bin/sh: asciidoc: command not found
make: *** [git-add.html] Error 127
Original comment by ruda.moura@gmail.com
on 14 Aug 2010 at 6:44
It's becoming ridiculous…
XMLTO git-add.1
/bin/sh: xmlto: command not found
make[2]: *** [git-add.1] Error 127
make[1]: *** [install-doc] Error 2
make: *** [install] Error 2
Now I have to adopt xmlto.
Original comment by ruda.moura@gmail.com
on 14 Aug 2010 at 7:35
I'm gonna freeze the effort to create man pages for git, it's a hard task and I
think Rudix has another priority for now. If someone is interested, I've ported
asciidoc and xmlto into source tree. There's a article explaining how to fix
xmlto available here
https://wincent.com/wiki/Installing_Git_1.5.2.3_on_Mac_OS_X_Tiger
I will update the package to version 1.7.2.1 (or higher) now.
Original comment by ruda.moura@gmail.com
on 15 Aug 2010 at 8:48
I have included the manpages for Git in the package. I gave up to build the
documentation and just included the manpages available in the same place as the
source.
New package available for download
http://code.google.com/p/rudix/downloads/detail?name=git-1.7.3.2-0.dmg
Original comment by ruda.moura@gmail.com
on 21 Nov 2010 at 11:24
Original issue reported on code.google.com by
santagada
on 1 Aug 2010 at 6:57Attachments: