diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-16 05:53:50 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-16 05:53:50 +0000 |
commit | c860a89d65f6c34e59dcc9c6ebaf6c2403cc155a (patch) | |
tree | e57f82408945b5baa2468a51cc407105457db7ee /textproc/Makefile | |
parent | f7da203406de75569e87480a150c9f7ea03003cf (diff) | |
download | FreeBSD-ports-c860a89d65f6c34e59dcc9c6ebaf6c2403cc155a.zip FreeBSD-ports-c860a89d65f6c34e59dcc9c6ebaf6c2403cc155a.tar.gz |
add ipdf
Creates indexed pdf documents from text files
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 c5b1b0d..16ebf6e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -69,6 +69,7 @@ SUBDIR += info2html SUBDIR += info_to_html SUBDIR += intltool + SUBDIR += ipdf SUBDIR += isearch SUBDIR += iso12083 SUBDIR += iso8879 |