Clean ragel-generated headers in maintainercleanfiles

This commit is contained in:
Behdad Esfahbod 2014-10-01 13:33:21 -04:00
parent 8971cac83e
commit 79bbb10b0d
1 changed files with 7 additions and 0 deletions

View File

@ -304,6 +304,13 @@ EXTRA_DIST += \
hb-ot-shape-complex-myanmar-machine.rl \
hb-ot-shape-complex-sea-machine.rl \
$(NULL)
MAINTAINERCLEANFILES += \
hb-buffer-deserialize-json.hh \
hb-buffer-deserialize-text.hh \
hb-ot-shape-complex-indic-machine.hh \
hb-ot-shape-complex-myanmar-machine.hh \
hb-ot-shape-complex-sea-machine.hh \
$(NULL)
.rl.hh:
$(AM_V_GEN)$(RAGEL) -e -F1 -o "$@" "$<" \
|| ($(RM) "$@"; false)