[gnome-shell] Don't dist gnome-shell.in



commit fdd50f09ddc4bdcb151f615cd9ba7735913896da
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Aug 10 17:47:52 2009 -0400

    Don't dist gnome-shell.in
    
    We only want to include gnome-shell.in.in in the tarball. If we
    include gnome-shell.in, then it won't be regenerated, and paths
    won't be correct for the install location.

 data/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index fa0db4f..ca8d6dd 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -30,9 +30,9 @@ install-data-local:
 
 EXTRA_DIST =					\
 	gnome-shell.desktop.in.in		\
-	gnome-shell.desktop.in			\
 	$(schema_DATA)
 
 CLEANFILES =					\
+	gnome-shell.desktop.in			\
 	$(desktop_DATA)
 



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