From 8a22a88027680006a621c7b5f03e5ddd3dd0cac7 Mon Sep 17 00:00:00 2001 From: hans-christoph Date: Wed, 15 Jul 2009 09:44:44 +0000 Subject: fix für #150: erzeuge.installiere_neo geht nicht mehr seit r1928 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1930 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- Compose/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Compose/Makefile') diff --git a/Compose/Makefile b/Compose/Makefile index 2fe7a00..364964f 100644 --- a/Compose/Makefile +++ b/Compose/Makefile @@ -9,7 +9,8 @@ DEFAULTS = \ base_greek_lang \ base_roman -MODULES = $(notdir $(basename $(wildcard $(SRC)/*.module))) +MODULES_SRC = $(wildcard $(SRC)/*.module)) +MODULES = $(notdir $(basename $(MODULES_SRC))) CHECKCOMPOSE = ./check-compose.pl @@ -38,6 +39,9 @@ XCompose%: FORCE fi \ done +XCompose : XCompose_base + cp $< $@ + check : @for i in XCompose*; do \ $(CHECKCOMPOSE) -q $$i || (\ -- cgit v1.2.3