summaryrefslogtreecommitdiff
path: root/fix-website.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-03-01 22:18:56 +0100
committerPeter Simons <simons@cryp.to>2010-03-01 23:00:04 +0100
commit734dbffb97f39566e96af03980c9c7980ce0089a (patch)
treeeaac86e1ebe9ccbb5ad0096f24b85b4901354819 /fix-website.sh
parent799f2a31dafa57075cdbd81797dc7375f5a3faf2 (diff)
downloadautoconf-archive-734dbffb97f39566e96af03980c9c7980ce0089a.tar.gz
fix-website, macro2m4.py: use gnu.org URL rather than nongnu.org
Diffstat (limited to 'fix-website.sh')
-rwxr-xr-xfix-website.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix-website.sh b/fix-website.sh
index 8de202e..3a2b4af 100755
--- a/fix-website.sh
+++ b/fix-website.sh
@@ -17,6 +17,6 @@ for n in *.html; do
-e 's|<html lang="en">|<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" "http://www.w3.org/TR/html4/strict.dtd"><html lang="en">|' \
-e "s|<a name=\"${name}\"></a>||" \
-e 's|_005f|_|g' \
- -e 's|href="../index.html#dir">(dir)</a>|href="http://savannah.nongnu.org/projects/autoconf-archive/">Home Page at Savannah</a>|g' \
+ -e 's|href="../index.html#dir">(dir)</a>|href="http://savannah.gnu.org/projects/autoconf-archive/">Home Page at Savannah</a>|g' \
| tidy >"$destdir/${out}" -q --indent yes --indent-spaces 1 -wrap 80 --tidy-mark no --hide-comments yes
done