diff options
author | tonio <tonio@pkgsrc.org> | 2006-04-26 07:30:10 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-04-26 07:30:10 +0000 |
commit | a3fec23a4cead6f9a8713aa76766c90d69276809 (patch) | |
tree | ab95b05c054bd48c52930a3b21f2e63bfa3a169c /converters/bibtex2html/Makefile | |
parent | b01f35bb3398ff1d3332b4b4c1ecdc7a76c473c8 (diff) | |
download | pkgsrc-a3fec23a4cead6f9a8713aa76766c90d69276809.tar.gz |
Update converters/bibtex2html to 1.80
Version 1.80, 15/3/2006
=======================
o remove leading ./ in front of relative URLs (was introduced a long
time ago to circumvent an Internet Explorer bug; see below)
o no more escaping of the character & in URLs
Version 1.79, 22/2/2006
=======================
o fixed bug with ISO-latin characters in bib2bib conditions
o fixed bug with implicit abbrevs (jan, feb, etc.)
Diffstat (limited to 'converters/bibtex2html/Makefile')
-rw-r--r-- | converters/bibtex2html/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index d123a2a5189..7e2cf3e446c 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:08:28 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/04/26 07:30:10 tonio Exp $ -DISTNAME= bibtex2html-1.78 -PKGREVISION= 1 +DISTNAME= bibtex2html-1.80 CATEGORIES= converters MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ @@ -13,7 +12,7 @@ BUILD_DEPENDS+= hevea-[0-9]*:../../textproc/hevea GNU_CONFIGURE= yes USE_TOOLS+= perl:run -TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX2 teTeX3 SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Fixing hardcoded paths. |