diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 02:07:36 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 02:07:36 +0000 |
commit | fed51b1c955ff122462b6cdfdd3a124db4ec76b0 (patch) | |
tree | 31dd888e980f3f85baf87a4ccf78d656c0931a57 | |
parent | Adding gtkdiff version 1.0.1. (diff) |
Adding pstotext version 2.1
A PostScript to text converter.
PR: 15307
Submitted by: Oliver Breuninger <ob@seicom.NET>
Notes
Notes:
svn path=/head/; revision=24137
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d211762f02f4..1875af08c2f8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -52,6 +52,7 @@ SUBDIR += par SUBDIR += perl2html SUBDIR += prag + SUBDIR += pstotext SUBDIR += py-mxTextTools SUBDIR += py-xml SUBDIR += rand |