From 79bbb10b0da49ace763a50f259c2ea687143f7ea Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 1 Oct 2014 13:33:21 -0400 Subject: [PATCH] Clean ragel-generated headers in maintainercleanfiles --- src/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 78566fdfb..07d957a96 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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)