summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorMike Solomon <mike@apollinemike.com>2012-04-30 06:40:44 +0200
committerMike Solomon <mike@apollinemike.com>2012-04-30 06:40:44 +0200
commita8841c7b9212700f2ebac56e0713afa78a8f0ca0 (patch)
treebec3978cdb5a75d0bc0127dae8c9461a06f49c1b /make
parent2417ead9656af19b85f5e4528e0ba12cc9afe28f (diff)
Adds Pondings corner to the upper-right of the website.
Moves Downloads to line up with News.
Diffstat (limited to 'make')
-rw-r--r--make/website.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/website.make b/make/website.make
index ce7627b720..1177e34d3c 100644
--- a/make/website.make
+++ b/make/website.make
@@ -155,6 +155,7 @@ post-files = $(OUT)/website/index.html
root-files = $(OUT)/.htaccess \
$(OUT)/website/.htaccess \
$(OUT)/website/favicon.ico \
+ $(OUT)/website/tweets.xml \
$(OUT)/website/robots.txt
texinfo-files = $(OUT)/index.html $(WEB_LANGS:%=$(OUT)/%/index.html)
@@ -289,6 +290,9 @@ $(OUT)/website/favicon.ico: $(SERVER_FILES)/favicon.ico
$(OUT)/website/robots.txt: $(SERVER_FILES)/robots.txt
cp $< $@
+$(OUT)/website/tweets.xml: $(SERVER_FILES)/tweets.xml
+ cp $< $@
+
$(OUT)/.htaccess: $(top-htaccess)
cp $< $@