diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-11-23 14:23:52 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-23 14:23:52 -0500 |
commit | 9ae013ea40e42f50badee61388d72db0a4cd98f5 (patch) | |
tree | 52caad246b7afc7987e517b07dac66fcef2563c6 | |
parent | 13890b7c704f078f7f44dbe3c6f10b0205fedab8 (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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 33c92b7..28cdb46 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,8 @@ CLEANFILES = $(font_DATA) EXTRA_DIST = $(BDF_FILES) +MAINTAINERCLEANFILES = ChangeLog INSTALL + install-data-hook: @rm -f $(DESTDIR)$(fontdir)/font.dir $(MKFONTDIR) $(DESTDIR)$(fontdir) |