]> git.donarmstrong.com Git - lilypond.git/blobdiff - bin/make-website.py
release: 0.1.60
[lilypond.git] / bin / make-website.py
index ccff8df603a5371a6e9cd75341cd59252e4514ed..ac6d865af606e7f1d965fd29112074653488cb48 100755 (executable)
@@ -55,6 +55,7 @@ include_path=[ 'input', 'mutopia' , 'mutopia/J.S.Bach', 'mutopia/Coriolan',
 def set_vars():
     __main__.lilyversion =  version_tuple_to_str(lilydirs.version_tuple())
     os.environ["TEXINPUTS"] = os.environ["TEXINPUTS"] + ":%s/input/:" % depth;
+    os.environ["CONFIGSUFFIX"] = 'www';
     
     os.environ["LILYINCLUDE"] = join (':', __main__.include_path) +':'+ os.environ["LILYINCLUDE"];
     os.environ["LILYTOP"] = depth;