From 4c46aa3f2924294c7fcfefa8434192edb11a8c39 Mon Sep 17 00:00:00 2001 From: Alexandre Dupas Date: Tue, 8 Dec 2009 00:37:31 +0100 Subject: [PATCH] Correct the utils name in the makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 299b79dc..796f777a 100644 --- a/makefile +++ b/makefile @@ -32,7 +32,7 @@ CHORDS_SRC = $(shell ls songs/*/*.sg) MAKE_INDEX=./songbook-makeindex.py MAKE_SONGDB=./songbook-volume.py -MAKE_CHORDS=./utils/songbook-chords.py +MAKE_CHORDS=./utils/songbook-gtab.py PRINT=printf "%s\n" PRINTTAB=printf "\t%s\n"