diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-14 04:57:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-14 04:57:40 +0800 |
commit | 09d51743e96552f813fdf6c86f8f6c5939e32850 (patch) | |
tree | 44961f19834c191b07ab1cab75ed5484a1383b37 /math/Makefile | |
parent | d9ae5fe4580042e0e14af04f8355a8e27f582226 (diff) | |
download | freebsd-ports-gnome-09d51743e96552f813fdf6c86f8f6c5939e32850.tar.gz freebsd-ports-gnome-09d51743e96552f813fdf6c86f8f6c5939e32850.tar.zst freebsd-ports-gnome-09d51743e96552f813fdf6c86f8f6c5939e32850.zip |
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is generate_html.
This package provides functions for generating HTML pages that contain
the help texts for a set of functions. The package is designed to be as
general as possible, but also contains convenience functions for
generating a set of pages for entire packages.
WWW: http://octave.sourceforge.net/
PR: ports/135329
Submitted by: Stephen Montgomery-Smith <stephen at math.missouri.edu>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 84135758619a..26c399c91608 100644 --- a/math/Makefile +++ b/math/Makefile @@ -211,6 +211,7 @@ SUBDIR += octave-forge-ftp SUBDIR += octave-forge-ga SUBDIR += octave-forge-general + SUBDIR += octave-forge-generate_html SUBDIR += octave-forge-graceplot SUBDIR += octave-forge-gsl SUBDIR += octave-forge-ident |