diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-11-26 09:19:54 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-26 09:19:54 -0500 |
commit | b61c4977d96fbaabdfb8213d2b9cc2e1416952f1 (patch) | |
tree | 2f17b10f03c602acb428b3c739914d16940a1f4e | |
parent | 9d15780beb5db0d39cc34ef2d9f3157fa5a81e57 (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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0784a03..28e7c78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,10 +72,11 @@ DIST_SUBDIRS = privileged_startx xinitrc_DATA = xinitrc +MAINTAINERCLEANFILES = ChangeLog INSTALL CLEANFILES = xinitrc startx $(appman_DATA) $(launchagents_DATA) EXTRA_DIST = xinitrc.cpp startx.cpp org.x.startx.plist.cpp $(appman_PRE) \ - startx.cmd xinitrc.cmd xinit.def ChangeLog + startx.cmd xinitrc.cmd xinit.def autogen.sh .PHONY: ChangeLog INSTALL |