Ken Williams wrote:

> >> I tried listing the .texi files (and later, the .info files) in the
> >> InfoDocs field, but when I issue 'fink install' I get a "no such file
> >> or directory" error.  Clearly I'm misunderstanding the process.

> There are *.info targets in the makefile, so I added a couple actions to
> the compilescript.  Now my complete .info file looks like this:
[]
> CompileScript: <<
>   CPPFLAGS='-traditional-cpp -I%p/include' ./configure %c
>   make
>   make libbow.info
>   make rainbow.info
> <<

Seems you don't move the *.info files to %p/share/info. You (or the
package makefile) have to move them yourself. InfoDocs is not like
DocFiles, it does not copy files, it only puts entries into
/sw/share/info/dir. 

-- 
Martin

_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to