X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=website.make;h=1920c2654fd8f84debfb14d155555b4cec7c7d74;hb=8023e4bd3b774b7eac3ea77842f3b09c104d72e4;hp=f301272d6761345f92ffe1791a2610da4600ae85;hpb=3332fc2677f9c8d472ebe4adf05cc742a0089432;p=lilypond.git diff --git a/website.make b/website.make index f301272d67..1920c2654f 100644 --- a/website.make +++ b/website.make @@ -28,12 +28,13 @@ endif ################################################################ OUT=out-website -TEXI2HTML=TOP_SRC_DIR=$(top-src-dir) DEPTH=$(depth) PERL_UNICODE=SD $(TEXI2HTML_PROGRAM) +TEXI2HTML=ONLY_WEB=1 TOP_SRC_DIR=$(top-src-dir) DEPTH=$(depth) PERL_UNICODE=SD $(TEXI2HTML_PROGRAM) EXTRACT_TEXI_FILENAMES=python $(script-dir)/extract_texi_filenames.py CREATE_VERSION=python $(script-dir)/create-version-itexi.py CREATE_WEBLINKS=python $(script-dir)/create-weblinks-itexi.py +SERVER_FILES=$(top-src-dir)/Documentation/web/server/ # don't include web MANUALS=$(wildcard $(top-src-dir)/Documentation/*.tely) @@ -77,7 +78,8 @@ website-examples: mkdir -p $(OUT)/website/ly-examples cp $(EXAMPLES)/* $(OUT)/website/ly-examples - website: website-texinfo website-css website-pictures website-examples - + cp $(SERVER_FILES)/favicon.ico $(OUT)/website/ + cp $(SERVER_FILES)/lilypond.org.htaccess $(OUT)/website/.htaccess + cp $(SERVER_FILES)/robots.txt $(OUT)/website/