From 4bbee9f44edf6898e67cc97c7aee904d45212815 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 5 Sep 2013 00:43:50 +0100 Subject: [PATCH] sort out some forbidden words --- Makefile | 2 +- forbidden-words | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a2cec4..17ee348 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: words.final o= >$@.tmp && mv -f $@.tmp $@ -words.final: words.interim Makefile +words.final: words.interim forbidden-words Makefile grep -vxFf forbidden-words $< $o words.interim: massage-lemmas lemma.al diff --git a/forbidden-words b/forbidden-words index 797ecd0..fd82bd9 100644 --- a/forbidden-words +++ b/forbidden-words @@ -1,2 +1,4 @@ +a +i dot at -- 2.30.2