From: Jan Nieuwenhuizen Date: Sun, 8 Oct 2006 14:17:29 +0000 (+0000) Subject: (HELP_CATALOGS): Fix in-build-tree locales. X-Git-Tag: release/2.10.0-2~222 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7ad8b6d5db629f678cfc5c65bda27ea5ca9824dc;p=lilypond.git (HELP_CATALOGS): Fix in-build-tree locales. --- diff --git a/ChangeLog b/ChangeLog index 549e153de2..6afd4a5403 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-08 Jan Nieuwenhuizen + + * GNUmakefile.in (HELP_CATALOGS): Fix in-build-tree locales. + 2006-10-08 Nicolas Sceaux * Documentation/user/page.itely (Two-pass vertical spacing): add diff --git a/GNUmakefile.in b/GNUmakefile.in index 8cb53003b6..4192ddb650 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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