the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: pygr-doc
Version: 0.8.1
Revision: 1
Description: Pygr documentation
License: BSD
Maintainer: Marek Szuba
BuildDepends: sphinx-py26, epydoc-py26
Source: http://pygr.googlecode.com/files/pygr-%v.tar.gz
Source-MD5: 826d777d1610117ca5efb5d759321d5f
CompileScript: <<
( cd doc && make && make epydocs )
<<
InstallScript: <<
mkdir -p %i/share/doc/pygr/html
cp -rf doc/html_new/* %i/share/doc/pygr/html
<<
DescDetail: <<
This package provides HTML documentation for Pygr
<<
DescUsage: <<
The documentation is installed in %p/share/doc/pygr/html. Point your web
browser to index.html is this directory.
<<
<<