diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-09-01 10:57:20 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-09-01 10:57:20 +0000 |
commit | 2831320667e147677886f20900f0fb406d92423f (patch) | |
tree | 21d10840a616f3134b5eb4760930f77a19c0aede /textproc/Makefile | |
parent | 4dc3c8c78b5921a853aab7fbc9b697e566d4c8d7 (diff) |
Add p5-Pod-POM-View-HTML-Filter, a perl module which takes advantage of
existing syntax coloring modules to produce colorful code examples in a
POD document.
Notes
Notes:
svn path=/head/; revision=141696
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 36d0911f5c48..e001268eb363 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -339,6 +339,7 @@ SUBDIR += p5-Pod-DocBook SUBDIR += p5-Pod-Escapes SUBDIR += p5-Pod-POM + SUBDIR += p5-Pod-POM-View-HTML-Filter SUBDIR += p5-Pod-Parser SUBDIR += p5-Pod-ProjectDocs SUBDIR += p5-Pod-Simple |