Is there a /man directory anywhere in the caca build tree?  Check there 
if so.

Benjamin Kalish wrote:
> Hi Alex,
>
> Thanks for all your help. Here's the section with the man3s from
> /sw/src/fink.build/caca-0.9-1013/libcaca-0.9/doc/Makefile.in:
>     install-data-local:
>     @BUILD_DOCUMENTATION_TRUE@        $(mkinstalldirs)
> $(DESTDIR)$(datadir)/doc/libcaca-dev/html
>     @BUILD_DOCUMENTATION_TRUE@        cp `find html -name '*.html' -o -name
> '*.gif' -o -name '*.png'` \
>     @BUILD_DOCUMENTATION_TRUE@          
> $(DESTDIR)$(datadir)/doc/libcaca-dev/html
> --> @BUILD_DOCUMENTATION_TRUE@        $(mkinstalldirs) 
> $(DESTDIR)$(mandir)/man3
> --> @BUILD_DOCUMENTATION_TRUE@        cp man/man3caca/*.3caca 
> $(DESTDIR)$(mandir)/man3
>     @BUILD_DOCUMENTATION_TRUE@        $(mkinstalldirs) 
> $(DESTDIR)$(mandir)/man1
>     @BUILD_DOCUMENTATION_TRUE@        rm -f 
> $(DESTDIR)$(mandir)/man1/cacaball.1
>     @BUILD_DOCUMENTATION_TRUE@        ln -s cacademo.1
> $(DESTDIR)$(mandir)/man1/cacaball.1
>     @BUILD_DOCUMENTATION_TRUE@        rm -f 
> $(DESTDIR)$(mandir)/man1/cacafire.1
>     @BUILD_DOCUMENTATION_TRUE@        ln -s cacademo.1
> $(DESTDIR)$(mandir)/man1/cacafire.1
>     @BUILD_DOCUMENTATION_TRUE@        rm -f 
> $(DESTDIR)$(mandir)/man1/cacamoir.1
>     @BUILD_DOCUMENTATION_TRUE@        ln -s cacademo.1
> $(DESTDIR)$(mandir)/man1/cacamoir.1
>     @BUILD_DOCUMENTATION_TRUE@        rm -f 
> $(DESTDIR)$(mandir)/man1/cacaplas.1
>     @BUILD_DOCUMENTATION_TRUE@        ln -s cacademo.1
> $(DESTDIR)$(mandir)/man1/cacaplas.1
>
> As for the other place to look, I don't have a
> /sw/src/fink.build/caca-0.9-1013/libcaca-0.9/man directory.
>
> Benjamin Kalish
>
> On Thu, Feb 28, 2008 at 11:06 PM, Alexander Hansen
> <[EMAIL PROTECTED]> wrote:
>   
>> Benjamin Kalish wrote:
>>  > Okey doke. I ran "fink -l build caca" as you suggested. Here's the
>>  > contents of the log file:
>>  >
>>  >
>>  <snip>
>>
>>     
>>>         perl -pi -e 's,man/man3,man/man3caca,g' doc/Makefile.in
>>>       
>>  >
>>
>>  This seems like it could be the offender.
>>  Check the Makefile.in under
>>  /sw/src/fink.build/caca-0.9-1013/libcaca-0.9/doc and see if the man3's
>>  are man3caca's.  Also, check in
>>  /sw/src/fink.build/caca-0.9-1013/libcaca-0.9/man and see if there a
>>  bunch of .3 files rather than .3caca ones.
>>
>>     


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to