X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/c4ded4553b22504dde319c4e222b98b4c9a13208..e5db8f3f72b6ca721f7045529791c2214fbb40f9:/Makefile diff --git a/Makefile b/Makefile index 994c705..a0236ed 100644 --- 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 {} $@