diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-11-27 20:56:04 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-27 20:56:04 -0500 |
commit | 8fe372a34dca13a9411c1fa2d2b9c17b27be140e (patch) | |
tree | 60d419b6b8e86f72665be80b8d4f34bcc083298b | |
parent | 251e425b584421db5e215fd246f05eb679b1a6d2 (diff) |
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a80a61a..796fb89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS = src man pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xevie.pc +MAINTAINERCLEANFILES = ChangeLog INSTALL EXTRA_DIST = xevie.pc.in .PHONY: ChangeLog INSTALL |