1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Description: Add elektronik, orgabk, marken, worte2, zusammen, technik,
compeng, alphabeta, roemisch to dictionary.
Author: Roland Rosenfeld <roland@debian.org>
Date: Thu Oct 14 20:52:19 1999 +0200
Forwarded: not needed
Last-Update: 2023-08-27
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,9 @@ LC_ALL=C
WORTE = worte.txt verben.txt adjektive.txt klein.txt \
geographie.txt vornamen.txt abkuerz.txt imperat.txt latein.txt \
- informatik.txt infoabk.txt
+ informatik.txt infoabk.txt elektronik.txt orgabk.txt marken.txt \
+ worte2.txt zusammen.txt technik.txt compeng.txt \
+ alphabeta.txt roemisch.txt
ASPELL = /usr/bin/aspell --local-data-dir=. -l de-1901
ISPELL = /usr/bin/ispell
@@ -20,10 +22,9 @@ multi_files = de_DE-1901.multi de_CH-190
deutsch.hash: all.words deutsch.aff
buildhash all.words deutsch.aff $@
-
+
all.words: $(WORTE)
- #sort -u $+ > $@
- sort -u *.txt > $@
+ sort -u $+ > $@
myspelldic: deutsch.hash
perl myspellfixprefix.pl < all.words |sort -u | perl uniqflag.pl > myspell.dic.tmp
|