diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-18 19:04:10 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-18 19:04:10 +0000 |
commit | 88a1db2246818967b42e1800efef6d7575ee0b78 (patch) | |
tree | b43028de42c5b004b9e3a10272dafadfc8aaa5d5 /textproc/Makefile | |
parent | 8784838934757a72302cb0ae27361baa1000d23c (diff) |
add info_to_html
Translate GNU info files into HTML pages
Notes
Notes:
svn path=/head/; revision=44187
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 55e6420f429e..ba6d1daeb49b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -56,6 +56,7 @@ SUBDIR += htdig SUBDIR += html SUBDIR += info2html + SUBDIR += info_to_html SUBDIR += isearch SUBDIR += iso12083 SUBDIR += iso8879 |