From 4ebc9712dec4de0a466292fb4e2fa5167004a802 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Thu, 26 Nov 2009 09:19:54 -0500 Subject: [PATCH 1/1] Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES Now that the INSTALL file is generated. Allows running make maintainer-clean. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e464868..b18eaf1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src man - +MAINTAINERCLEANFILES = ChangeLog INSTALL .PHONY: ChangeLog INSTALL -- 2.48.1