summaryrefslogtreecommitdiff
path: root/japanese/another-htmllint/files/htmllint
blob: e21183e666a97f82c730a151f06b7c823be4b54b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/perl
#
# $Id$
#

#use strict;
use lib '%PREFIX%/share/htmllint';
use lib '%PREFIX%/share/htmllint/rule';

$RULEDIR = '%PREFIX%/share/htmllint/rule/';

require 'htmllint.pm';

exit(&htmllint::HTMLlint(@ARGV));