diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-12-01 20:23:03 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-12-01 20:23:03 -0500 |
commit | 8ed8830794a1a16494bc2771e3684fc877bea776 (patch) | |
tree | 0ea4c4cc81ccec4fe4565f4baf7e537834bd1586 | |
parent | 30e74edd11466dd0b8b374b0f0d11b00def49660 (diff) |
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3f448c7..f05b87a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,7 @@ sgmlentdir = $(prefix)/share/sgml/X11 dist_sgmlent_DATA = defs.ent +MAINTAINERCLEANFILES = ChangeLog INSTALL .PHONY: ChangeLog INSTALL |