lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Use python3 in website.make (issue 581880043 by address@hidden)


From: hanwenn
Subject: Use python3 in website.make (issue 581880043 by address@hidden)
Date: Sun, 12 Apr 2020 03:54:26 -0700

Reviewers: ,

Message:
commit a17fd9412aa927203ea2cbdda01dd37b03178796
Author: Han-Wen Nienhuys <address@hidden>
Date:   Tue Mar 24 21:19:26 2020 +0100

    Use python3 in website.make
    
    https://sourceforge.net/p/testlilyissues/issues/5863
    http://codereview.appspot.com/581880043



Description:
Use python3 in website.make

Please review this at https://codereview.appspot.com/581880043/

Affected files (+1, -1 lines):
  M make/website.make


Index: make/website.make
diff --git a/make/website.make b/make/website.make
index 
986294f3cbf6fc1e79b4853b287d75f9ecf14ee6..317f53376a9f40f4753cefc050ad7c6da3ffbe27
 100644
--- a/make/website.make
+++ b/make/website.make
@@ -18,7 +18,7 @@ ifeq ($(WEBSITE_ONLY_BUILD),1)
   dir-htaccess=$(trusted-dir)/website-dir.htaccess
   # grab it from PATH
   TEXI2HTML_PROGRAM=texi2html
-  PYTHON=python
+  PYTHON=python3
   PYTHONPATH=$(TRUSTED_DIR)
 else
   ### for normal git





reply via email to

[Prev in Thread] Current Thread [Next in Thread]