From 50b37d4a27d3295a29afca2286f1a5a086142cec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:49:46 +0200 Subject: Adding upstream version 3.2.1+dfsg. Signed-off-by: Daniel Baumann --- share/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 share/Makefile (limited to 'share/Makefile') diff --git a/share/Makefile b/share/Makefile new file mode 100644 index 0000000..d3b199c --- /dev/null +++ b/share/Makefile @@ -0,0 +1,13 @@ +# +# Scripts to format dictionary files. +# +# $Id$ +# + +# +# This should only be run by hand, and then sanity checked by hand! +# +format: $(wildcard dictionary*) + @for x in $(wildcard dictionary*) ; do \ + ./format.pl $$x; \ + done -- cgit v1.2.3