From ed0e63dc0a473e5c1fa139612981dad5378ff085 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sat, 7 Apr 2012 14:44:07 +0200 Subject: [PATCH] build: simplify clean. * doc/local.mk (CLEANFILES): Since the previous commit, there a no longer such files. * Makefile.in (CLEANFILES): Initialize here. --- Makefile.am | 1 + doc/local.mk | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 37d2ce16..feb55681 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 = diff --git a/doc/local.mk b/doc/local.mk index 9d913ee7..d5f8d2a4 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -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: -- 2.47.2