summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-11-02 16:35:20 +0100
committerYorhel <git@yorhel.nl>2010-11-02 16:35:20 +0100
commit71dae2e9fc7582559ff19d3a8eb84f7081dc7612 (patch)
tree8ec63d66ad87aa2d1752f9cc550d0310170545e5 /Makefile
parenta36e8bf7a860a7ab069b98caefad21352c70a849 (diff)
Removed XML sitemap
Was growing too large and isn't really necessary anymore, now that VNDB is indexed quite well in most search engines.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 81562a8f..ccec9887 100644
--- a/Makefile
+++ b/Makefile
@@ -143,5 +143,6 @@ update-2.11: all
update-2.12: all
$(multi-stop)
+ rm www/sitemap.xml.gz
${runpsql} < util/updates/update_2.12.sql
$(multi-start)