diff options
Diffstat (limited to 'fontconfig/fc-blanks/makefile')
-rw-r--r-- | fontconfig/fc-blanks/makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fontconfig/fc-blanks/makefile b/fontconfig/fc-blanks/makefile new file mode 100644 index 000000000..400fc2a14 --- /dev/null +++ b/fontconfig/fc-blanks/makefile @@ -0,0 +1,7 @@ +BLANKSPY = fc-blanks.py +BLANKS_H = fcblanks.h +TMPL = fcblanks.tmpl.h + +$(BLANKS_H): $(TMPL) $(BLANKSPY) + python $(BLANKSPY) < $< > $(BLANKS_H) + |