aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Rodin <joy>2001-12-18 21:12:21 +0000
committerJosip Rodin <joy>2001-12-18 21:12:21 +0000
commit0ec17ec23b88db9b46e09eac50104dcdeff66a93 (patch)
treea84415eded3246bb8048e72dd6c13b4631424ec5
parent55d41c3599acd784ce2225b5b2be9171e55e48e7 (diff)
changed on www-master
CVS version numbers Makefile.common: 1.50 -> 1.51 remove_stale.pl: 1.7 -> 1.8 stattrans.pl: 1.36 -> 1.37
-rw-r--r--Makefile.common2
-rwxr-xr-xremove_stale.pl2
-rwxr-xr-xstattrans.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index a942afe1fa8..3a7ff2c55d7 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
CUR_YEAR := $(shell date +%Y)
-RELHTMLBASE := ../../debian.org
+RELHTMLBASE := ../../www
ENGLISHSRCDIR := $(WMLBASE)/../english
TEMPLDIR := $(ENGLISHSRCDIR)/template/debian
diff --git a/remove_stale.pl b/remove_stale.pl
index 10689744589..d9239401b61 100755
--- a/remove_stale.pl
+++ b/remove_stale.pl
@@ -121,7 +121,7 @@ sub recurse
# Name of file installed by make install.
my $installed = $direntry;
- $installed =~ s(^\./[^/]*/)(../debian.org/);
+ $installed =~ s(^\./[^/]*/)(../www/);
# Remove or report.
if ($opt_d)
diff --git a/stattrans.pl b/stattrans.pl
index ab2a207807b..1834d1ea2b9 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -29,7 +29,7 @@ use Webwml::TransIgnore;
$| = 1;
-$opt_h = "/org/www.debian.org/debian.org/devel/website/stats";
+$opt_h = "/org/www.debian.org/www/devel/website/stats";
$opt_w = "/org/www.debian.org/webwml";
$opt_p = "*.wml";
$opt_t = "Debian Web site Translation Statistics";

© 2014-2024 Faster IT GmbH | imprint | privacy policy