]> git.donarmstrong.com Git - lilypond.git/blobdiff - website.make
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / website.make
index f301272d6761345f92ffe1791a2610da4600ae85..1920c2654fd8f84debfb14d155555b4cec7c7d74 100644 (file)
@@ -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/