diff options
author | abs <abs@pkgsrc.org> | 2002-02-14 16:29:03 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-02-14 16:29:03 +0000 |
commit | b684064940c96d80525f228e144f49e9e16365a3 (patch) | |
tree | a4b844c85b196bc593eee3afb76293837517d747 /www/wdg-validate/Makefile | |
parent | 046e5b2eb7a2a82fe60b6ee4f51fcca0b33e67d9 (diff) | |
download | pkgsrc-b684064940c96d80525f228e144f49e9e16365a3.tar.gz |
Updated wdg-validate to 1.03
* added a --emacs command-line option to produce output intended
for parsing by Emacs
* added errors for references to non-existent IDs in attributes
such as the headers attribute of the td element
Diffstat (limited to 'www/wdg-validate/Makefile')
-rw-r--r-- | www/wdg-validate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wdg-validate/Makefile b/www/wdg-validate/Makefile index eb89bb296ac..f172858a39b 100644 --- a/www/wdg-validate/Makefile +++ b/www/wdg-validate/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2001/11/28 23:59:29 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/02/14 16:29:03 abs Exp $ # DISTNAME= validate -PKGNAME= wdg-validate-1.0.2 +PKGNAME= wdg-validate-1.0.3 CATEGORIES= www MASTER_SITES= http://www.htmlhelp.com/tools/validator/offline/ DISTFILES= validate sgml-lib.tar.gz README |