X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=website.make;h=f301272d6761345f92ffe1791a2610da4600ae85;hb=3df8b5c18417ccd6bc98662c63f72061b931254e;hp=b7f70342c4b809d3178e1cdf84492be355b23b49;hpb=8264ebf9965e4f1d5c52e50bf349bc7f90243e68;p=lilypond.git diff --git a/website.make b/website.make index b7f70342c4..f301272d67 100644 --- a/website.make +++ b/website.make @@ -7,6 +7,7 @@ ifeq ($(WEBSITE_ONLY_BUILD),1) ### for lilypond.org top-src-dir=$(HOME)/src/lilypond + depth=. trusted-dir=$(HOME)/lilypond/trusted-scripts script-dir=$(trusted-dir) texi2html-init-file=$(trusted-dir)/lilypond-texi2html.init @@ -27,7 +28,7 @@ endif ################################################################ OUT=out-website -TEXI2HTML = TOP_SRC_DIR=$(top-src-dir) PERL_UNICODE=SD $(TEXI2HTML_PROGRAM) +TEXI2HTML=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