[gnome-shell] Fix distcheck for clock-preferences



commit f104a329b0308b646551dfd2ba0f2ffe03b44b87
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Sun May 9 09:47:49 2010 -0400

    Fix distcheck for clock-preferences
    
    - Add new files to POTFILES.in/POTFILES.skip
    - Mark clock-preferences.ui as dist_pkgdata_DATA

 data/Makefile.am |    2 +-
 po/POTFILES.in   |    2 ++
 po/POTFILES.skip |    1 +
 3 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index d3f57b0..7b99875 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -12,7 +12,7 @@ desktop_DATA = gnome-shell.desktop gnome-shell-clock-preferences.desktop
 %.desktop:%.desktop.in
 	$(AM_V_GEN) sed s/^_// < $< > $@ || rm $@
 
-pkgdata_DATA = clock-preferences.ui
+dist_pkgdata_DATA = clock-preferences.ui
 
 imagesdir = $(pkgdatadir)/images
 dist_images_DATA =				\
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 9a3bb3b..f770ea1 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,6 @@
 data/gnome-shell.desktop.in.in
+data/gnome-shell-clock-preferences.desktop.in.in
+data/clock-preferences.ui
 js/ui/appDisplay.js
 js/ui/appFavorites.js
 js/ui/dash.js
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 95404f4..e893447 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1 +1,2 @@
 data/gnome-shell.desktop.in
+data/gnome-shell-clock-preferences.desktop.in



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