From 78642bf6afa56be447785d11076bdbc819474d1d Mon Sep 17 00:00:00 2001 From: hans-christoph Date: Mon, 20 Jul 2009 00:19:55 +0000 Subject: Dopplung von enUS bei 'make config' verhindern git-svn-id: https://svn.neo-layout.org@1956 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- Compose/Makefile | 2 +- Compose/src/lang.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Compose') diff --git a/Compose/Makefile b/Compose/Makefile index 7020fa9..ae7dbd2 100644 --- a/Compose/Makefile +++ b/Compose/Makefile @@ -6,7 +6,7 @@ # SRC = ./src PSEUDO_MODULES_FILES = $(SRC)/enUS.module -MODULES_FILES = $(PSEUDO_MODULES_FILES) $(wildcard $(SRC)/*.module) +MODULES_FILES = $(sort $(PSEUDO_MODULES_FILES) $(wildcard $(SRC)/*.module)) MODULES = $(notdir $(basename $(MODULES_FILES))) # Liste von Demofiles, werden bei 'make all' erzeugt. diff --git a/Compose/src/lang.module b/Compose/src/lang.module index 31c4fd2..07d2b8c 100644 --- a/Compose/src/lang.module +++ b/Compose/src/lang.module @@ -1,4 +1,4 @@ -#configinfo IPA (international phonetic alphabet) und weitere Sprachen ([neːo] Ɱ ʃ ɐ) +#configinfo IPA (int. phonetic alphabet) und weitere Sprachen ([neːo] Ɱ ʃ ɐ) # IPA-Compose by aleχ, 2009, CC-BY-SA DE 3. : "ʙ" U0299 # LATIN LETTER SMALL CAPITAL B -- cgit v1.2.3