[Gimp-developer] How do I build and use help from git source?

2011-03-05 Thread Patrick Horgan
I'd like to use locally the context and indexed help from the same version as the git trunk. I've been trying to figure it out, but have failed. Patrick ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU

Re: [Gimp-developer] How do I build and use help from git source?

2011-03-05 Thread Owen
I'd like to use locally the context and indexed help from the same version as the git trunk. I've been trying to figure it out, but have failed. From my notes, try # git clone --depth=0 git://git.gnome.org/gimp-help-2 # cd gimp-help-2 # ./autogen.sh # LINGUAS=en make # LINGUAS=en make

Re: [Gimp-developer] How do I build and use help from git source?

2011-03-05 Thread Owen
I'd like to use locally the context and indexed help from the same version as the git trunk. I've been trying to figure it out, but have failed. Ah, as usual, I didn't read your message correctly. I am not sure that the previous commands I sent were appropriate to the git version. Perhaps