From ba4390a30db09820c64abfe60bd96f6a6cb8634e Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 8 Apr 2008 06:15:16 +0000 Subject: - add missing file for german --- textproc/ispell/files/DENEU.makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 textproc/ispell/files/DENEU.makefile (limited to 'textproc/ispell') diff --git a/textproc/ispell/files/DENEU.makefile b/textproc/ispell/files/DENEU.makefile new file mode 100644 index 000000000000..a587050fbcfa --- /dev/null +++ b/textproc/ispell/files/DENEU.makefile @@ -0,0 +1,10 @@ + + +german.hash: + gmake ispell/de_DE.aff ispell/de_DE.hash + cp ispell/de_DE.hash german.hash + cp ispell/de_DE.aff german.aff + +install: + gmake install + -- cgit