diff options
author | rh <rh@pkgsrc.org> | 2002-11-01 04:26:25 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-11-01 04:26:25 +0000 |
commit | 4892307e25d97ebfa1e443a986086d811a795b5c (patch) | |
tree | 2f91be022e42d66ae36b2c72fbe0a2514fa0c530 /converters/Makefile | |
parent | c8187d25aa476449c9f2b1327c0a89f59066986a (diff) | |
download | pkgsrc-4892307e25d97ebfa1e443a986086d811a795b5c.tar.gz |
Add and enable bib2xml
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index 99773be625f..d728a36290b 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2002/10/22 15:28:10 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2002/11/01 04:26:25 rh Exp $ # COMMENT= document format and character code converters @@ -8,6 +8,7 @@ SUBDIR+= ack SUBDIR+= autoconvert SUBDIR+= base64 SUBDIR+= bbcim +SUBDIR+= bib2xml SUBDIR+= cbmconvert SUBDIR+= cn2jp SUBDIR+= doc2html |