From af754e596a8dbb05ed8580c342e7fe02e08b28e0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 16:11:00 +0200 Subject: Adding upstream version 3.2.3+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