diff options
author | Perberos <[email protected]> | 2011-11-07 19:56:15 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-07 19:56:15 -0300 |
commit | 3c649a5d41206704c9cd67e38fab6224dd1f42f1 (patch) | |
tree | d400cc8ce6db4b3bc4f4d1e9764d1163de16627d | |
parent | fdb4d77e4462a9980752f13f7607145fcd655d3f (diff) | |
download | pluma-3c649a5d41206704c9cd67e38fab6224dd1f42f1.tar.bz2 pluma-3c649a5d41206704c9cd67e38fab6224dd1f42f1.tar.xz |
now delete INSTALL using make maintainer-clean
-rwxr-xr-x | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ddd74ef0..0f7ddc15 100755 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ MAINTAINERCLEANFILES = \ intltool-merge.in \ intltool-update.in \ configure \ + INSTALL \ gtk-doc.make \ install-sh \ ltmain.sh \ |