maint: fix distcheck.

* examples/local.mk (MAINTAINERCLEANFILES): Complete, and rename as...
(CLEANFILES): this,
* examples/calc++/local.mk, examples/mfcalc/local.mk,
* examples/rpcalc/local.mk (CLEANFILES): Add the generated files.
This commit is contained in:
Akim Demaille
2012-03-13 11:58:46 +01:00
parent dd31e17d7e
commit fca5693b76
4 changed files with 8 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ doc = $(top_srcdir)/doc/bison.texinfo
extexi = $(top_srcdir)/examples/extexi
extract = $(AWK) -f $(extexi) -v VERSION="$(VERSION)" $(doc) --
extracted =
MAINTAINERCLEANFILES += $(extracted)
CLEANFILES += $(extracted) examples/extracted.stamp
examples/extracted.stamp: $(doc) $(extexi)
$(AM_V_GEN)rm -f $@ $@.tmp
$(AM_V_at)touch $@.tmp