build: simplify clean.

* doc/local.mk (CLEANFILES): Since the previous commit,
there a no longer such files.
* Makefile.in (CLEANFILES): Initialize here.
This commit is contained in:
Akim Demaille
2012-04-07 14:44:07 +02:00
parent 45d4c012d3
commit ed0e63dc0a
2 changed files with 1 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ AM_CFLAGS = $(WARN_CFLAGS)
# Find builddir/src/scan-code.c etc.
AM_CPPFLAGS = -I. -Ilib -I$(top_srcdir) -I$(top_srcdir)/lib
BUILT_SOURCES =
CLEANFILES =
DISTCLEANFILES =
EXTRA_DIST += $(dist_TESTS)
MOSTLYCLEANDIRS =

View File

@@ -20,7 +20,6 @@ doc_bison_TEXINFOS = \
doc/fdl.texi \
doc/gpl-3.0.texi
CLEANFILES = doc/bison.fns
TEXI2DVI = texi2dvi --build-dir=doc/bison.t2d
CLEANDIRS = doc/bison.t2d
clean-local: