Skip to content

Commit df33b61

Browse files
committed
[css2] Dont use Arnauds machine as source of html2psrc
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40151
1 parent 8d96a7f commit df33b61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css2/bin/Attic/html2ps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ eval 'exec perl -S $0 "$@"'
2626
# Set the name of the global configuration file. See the installation notes
2727
# and manual page for more details on configuration files.
2828

29-
$globrc='/u/lanalana/0/w3c/lehors/html2ps-1.0b1/lib/html2ps/html2psrc';
29+
$globrc='./html2psrc';
3030

3131
$conf=<<'EOR';
3232
@html2ps {

css2/bin/html2ps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ eval 'exec perl -S $0 "$@"'
2626
# Set the name of the global configuration file. See the installation notes
2727
# and manual page for more details on configuration files.
2828

29-
$globrc='/u/lanalana/0/w3c/lehors/html2ps-1.0b1/lib/html2ps/html2psrc';
29+
$globrc='./html2psrc';
3030

3131
$conf=<<'EOR';
3232
@html2ps {

0 commit comments

Comments
 (0)