- From: Hugo Haas <hugo@dev.w3.org>
- Date: Mon, 02 Aug 2004 08:37:29 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/tools
In directory hutz:/tmp/cvs-serv8338
Modified Files:
setup-namespaces
Log Message:
Fixed TR override
Index: setup-namespaces
===================================================================
RCS file: /sources/public/2002/ws/desc/tools/setup-namespaces,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** setup-namespaces 30 Jul 2004 09:47:15 -0000 1.6
--- setup-namespaces 2 Aug 2004 08:37:27 -0000 1.7
***************
*** 80,84 ****
my ($fn) = @_;
my $c = &readFromDoc("templates/$fn");
! $c =~ s|\@TRLOC\@|$DOC|g;
$c =~ s|\@TITLE\@|$TITLE|g;
$c =~ s|\@Y\@|$Y|g;
--- 80,84 ----
my ($fn) = @_;
my $c = &readFromDoc("templates/$fn");
! $c =~ s|\@TRLOC\@|$Y/$DOC|g;
$c =~ s|\@TITLE\@|$TITLE|g;
$c =~ s|\@Y\@|$Y|g;
Received on Monday, 2 August 2004 04:41:11 UTC