]> git.donarmstrong.com Git - lilypond.git/commitdiff
(HELP_CATALOGS): Fix in-build-tree locales.
authorJan Nieuwenhuizen <janneke@gnu.org>
Sun, 8 Oct 2006 14:17:29 +0000 (14:17 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sun, 8 Oct 2006 14:17:29 +0000 (14:17 +0000)
ChangeLog
GNUmakefile.in

index 549e153de201ddd6d23eac09b6d05a3eb2693a6e..6afd4a5403ea87f06391767f794ae41c17fe3da3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-08  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * GNUmakefile.in (HELP_CATALOGS): Fix in-build-tree locales.
+
 2006-10-08  Nicolas Sceaux  <nicolas.sceaux@free.fr>
 
        * Documentation/user/page.itely (Two-pass vertical spacing): add
index 8cb53003b675e3c811327977e9d9a4e291baee0c..4192ddb650dcd286bd26268f360f0628207bfd84 100644 (file)
@@ -128,7 +128,7 @@ default: $(config_h) build-dir-setup
 build-dir-setup: $(tree-share-prefix)/lilypond-force
 
 PO_FILES = $(call src-wildcard,$(src-depth)/po/*.po)
-HELP_CATALOGS = $(PO_FILES:$(src-depth)/po/%.po=%)
+HELP_CATALOGS = $(PO_FILES:po/%.po=%)
 CATALOGS = $(HELP_CATALOGS:lilypond=) 
 
 $(tree-share-prefix)/lilypond-force link-tree: GNUmakefile
@@ -218,3 +218,6 @@ $(config_h): config.hh.in
        @echo '         rm $(config_h); ./autogen.sh'
        @echo
        @false
+
+hc:
+       echo $(HELP_CATALOGS)
\ No newline at end of file