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 ask on the gimp-docs list

-- 
Owen

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


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 pdf-local


I did it the other day on another machine, brand new fedora, and had
to add heaps of docbook stuff.

Produced a 50 MB pdf file


-- 
Owen

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer