diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-15 03:26:08 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-15 03:26:08 +0000 |
commit | 2ccbebaf07b3bca79b08db6bdc1c8f9dd354e9b6 (patch) | |
tree | ba19ecbbe199bee7b001f3ac81d89d00eab2ab3e /textproc/Makefile | |
parent | 4586e77a75bf4c378897c0ce32dd87d61f1f627d (diff) |
This package builds a docset from sources in different formats. The
generated documents can be all nicely interlinked and to have the same
look and feel.
Currently it knows to handle input formats:
* POD * HTML
and knows to generate:
* HTML * PS * PDF
WWW: http://search.cpan.org/~stas/DocSet
Notes
Notes:
svn path=/head/; revision=226142
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index bb8d6f6bdd4f..1f04bccaddb6 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -393,6 +393,7 @@ SUBDIR += p5-Data-SpreadPagination SUBDIR += p5-DelimMatch SUBDIR += p5-Devel-TraceSAX + SUBDIR += p5-DocSet SUBDIR += p5-Excel-Template SUBDIR += p5-Filter-Simple SUBDIR += p5-FormValidator-Simple |