X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fwebsite.make;fp=make%2Fwebsite.make;h=1177e34d3c9a249cd93c782ef1cdb77812edda8f;hb=a8841c7b9212700f2ebac56e0713afa78a8f0ca0;hp=ce7627b720700937010bcf8b06ea76877b8785f7;hpb=2417ead9656af19b85f5e4528e0ba12cc9afe28f;p=lilypond.git 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 $< $@