aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-11 17:54:41 +0000
committerng0 <ng0@n0.is>2019-03-11 17:54:41 +0000
commit5049c7e03b859468bfcd5a08a5f2b9f79107985b (patch)
tree11538e909a79a4c5f6fd5a43acba4732dd2a5507
parent7f2e5d147def5646af373e30408f8c1e8954ba80 (diff)
downloadwww-5049c7e03b859468bfcd5a08a5f2b9f79107985b.tar.gz
www-5049c7e03b859468bfcd5a08a5f2b9f79107985b.zip
fix planet.gnu.org -- but really someone should make send if not found all requests to old.gnunet.org before 404!
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0923ae63..3837bc00 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ all: locale template
30 cp rss.xml rendered/es/rss.xml 30 cp rss.xml rendered/es/rss.xml
31 cp rss.xml rendered/fr/rss.xml 31 cp rss.xml rendered/fr/rss.xml
32 cp rss.xml rendered/it/rss.xml 32 cp rss.xml rendered/it/rss.xml
33 cp static/moved.html rendered/frontpage.html
33 34
34# Extract translateable strings from jinja2 templates. 35# Extract translateable strings from jinja2 templates.
35# Because of the local i18nfix extractor module we need 36# Because of the local i18nfix extractor module we need