X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fwebsite.make;fp=make%2Fwebsite.make;h=0c53f5434c51ef1d44ac6cdd601e66910b8e3cd2;hb=70adadcf60fa2571d3148115af5d7e96d80d57a5;hp=59ac71d8184cb555a4911aea631898320eea0aae;hpb=b63f205feabebfd5ed39fdaa57308c4b08eb70b3;p=lilypond.git diff --git a/make/website.make b/make/website.make index 59ac71d818..0c53f5434c 100644 --- a/make/website.make +++ b/make/website.make @@ -29,6 +29,8 @@ else include $(config_make) endif +include $(top-src-dir)/VERSION + ################################################################ #The 4 lines below present an option to force make website to run # quietly only when it is run as make -s website. However, we've @@ -52,7 +54,7 @@ OUT=out-website WEB_LANGS := $(shell MAKEWEB=1 $(PYTHON) $(top-src-dir)/python/langdefs.py) -TEXI2HTML=ONLY_WEB=1 TOP_SRC_DIR=$(top-src-dir) DEPTH=$(depth) PERL_UNICODE=SD \ +TEXI2HTML=ONLY_WEB_VERSION=v$(MAJOR_VERSION).$(MINOR_VERSION) TOP_SRC_DIR=$(top-src-dir) DEPTH=$(depth) PERL_UNICODE=SD \ $(TEXI2HTML_PROGRAM) -D web_version --prefix=index --split=section \ --init-file=$(texi2html-init-file) \ --I=$(dir $<) \