word: make rule to generate perl include
[sheet.git] / Makefile
index 994c7058c9c404172c6d513119ed3f388a7cc0b2..a0236ed2900ee78a6c6d58fb46dcb4152371c29d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,9 @@ data/xcolors:
 data/termcol-xcolor.inc.pl: tools/mktermcol-xcolor data/xcolors/themes
        $(call cmdsave,$^/*)
 
+data/wordlist.en.inc.pl: tools/mkwordlist
+       $(call cmdsave,$^)
+
 .SECONDARY: data/font/%.ttf
 data/font/%.ttf:
        find /usr/share/fonts/truetype/ ~/.fonts/ -iname "$(@F)" | head -1 | xargs -i ln -sf {} $@