]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix issue 3826
authorDavid Kastrup <dak@gnu.org>
Sun, 17 Aug 2014 08:14:44 +0000 (10:14 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 17 Aug 2014 08:14:44 +0000 (10:14 +0200)
Commit 2d3a5d87166caa13feb036e23086b0d4f23283f4 let
scripts/auxiliar/update-with-convert-ly.sh call the non-existent
Makefile target "make pythonmodules" instead of "make python-modules".

scripts/auxiliar/update-with-convert-ly.sh

index 7f40b63fb83bd3aa5f8e2d5c2ab1a1813fd1f135..bb51d83e416b787ae2bbf7e44390f4d3dff6e5a6 100755 (executable)
@@ -14,7 +14,7 @@ fi
 
 ### make sure convert-ly is up-to-date
 cd $BUILD_DIR
-make pythonmodules
+make python-modules
 cd $TOP_SRC_DIR
 
 ### update manuals