diff options
author | rh <rh> | 2002-05-25 23:23:40 +0000 |
---|---|---|
committer | rh <rh> | 2002-05-25 23:23:40 +0000 |
commit | bdeaf26751150226f641d477abb64c5886e982a3 (patch) | |
tree | feb5065539dd151b1b6f985a83c367548129664a /converters | |
parent | 6e16be5edfe32a37b3604f6c7a79ec02a75950ae (diff) | |
download | pkgsrc-bdeaf26751150226f641d477abb64c5886e982a3.tar.gz |
Add and enable tex2rtf
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index 27ff9f761c2..6793b2914fe 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2002/05/10 16:08:56 jschauma Exp $ +# $NetBSD: Makefile,v 1.43 2002/05/25 23:23:40 rh Exp $ # COMMENT= document format and character code converters @@ -25,6 +25,7 @@ SUBDIR+= recode SUBDIR+= rpm2cpio SUBDIR+= rtf2html SUBDIR+= ruby-iconv +SUBDIR+= tex2rtf SUBDIR+= ttf2pt1 SUBDIR+= txt2html SUBDIR+= txt2man |