+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
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
@echo ' rm $(config_h); ./autogen.sh'
@echo
@false
+
+hc:
+ echo $(HELP_CATALOGS)
\ No newline at end of file