[gnome-calendar] Don't install the INSTALL file



commit 16100bbde60f4794e123d19998bd3c9e3bf4e05c
Author: Mathieu Bridon <bochecha fedoraproject org>
Date:   Wed Sep 26 15:23:15 2012 +0800

    Don't install the INSTALL file
    
    It's useless once you installed, and packagers will be happy if they
    don't need to remove it.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1b3b0a7..ea4423a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,6 @@ gnome_calendardocdir = ${prefix}/doc/gnome_calendar
 gnome_calendardoc_DATA =        \
   AUTHORS                       \
   README                        \
-  INSTALL                       \
   NEWS                          \
 	ChangeLog
 
@@ -18,6 +17,7 @@ INTLTOOL_FILES =                \
 EXTRA_DIST =                    \
   $(gnome_calendardoc_DATA)     \
   $(INTLTOOL_FILES)             \
+  INSTALL                       \
   THANKS                        \
   TODO                          \
   autogen.sh



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]