diff options
author | hans-christoph <hans-christoph@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-07-20 00:19:55 +0000 |
---|---|---|
committer | hans-christoph <hans-christoph@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-07-20 00:19:55 +0000 |
commit | 78642bf6afa56be447785d11076bdbc819474d1d (patch) | |
tree | 396b4bbcbdd8596adb5dda351e3c9cbb6d058024 | |
parent | cb4bcaf38c4d9d6205faae2c636c14de079a03a8 (diff) |
Dopplung von enUS bei 'make config' verhindern
git-svn-id: https://svn.neo-layout.org@1956 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r-- | Compose/Makefile | 2 | ||||
-rw-r--r-- | Compose/src/lang.module | 2 |
2 files changed, 2 insertions, 2 deletions
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. <Multi_key> <B> <B> : "ʙ" U0299 # LATIN LETTER SMALL CAPITAL B |