[caribou] Make distcheck pass.



commit 6a90ea9aeddc18d34117f3d4ddfddbbb1d38c4a3
Author: Eitan Isaacson <eitan monotonous org>
Date:   Sun Dec 19 17:28:57 2010 -0800

    Make distcheck pass.

 data/Makefile.am |   12 +++++++-----
 po/POTFILES.skip |    1 +
 2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index fd7f312..ffdaa39 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -10,20 +10,22 @@ desktop_in_files = caribou.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
-EXTRA_DIST = $(schema_DATA) \
-             $(desktop_in_files)
+EXTRA_DIST = $(desktop_in_files)
 
 caribou.schemas.in: $(top_srcdir)/caribou/common/settings.py
 	PYTHONPATH=$(top_srcdir) $(PYTHON) $< > $@
 
-CLEANFILES = $(desktop_DATA)
+CLEANFILES = $(desktop_DATA) \
+	$(schemas_in_files) \
+	$(schemas_DATA)
+
 # installation of schemas
 if GCONF_SCHEMAS_INSTALL
 install-data-hook:
 	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
-		$(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
+		$(GCONFTOOL) --makefile-install-rule $(schemas_DATA)
 
 uninstall-hook:
 	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
-		$(GCONFTOOL) --makefile-uninstall-rule $(srcdir)/$(schema_DATA)
+		$(GCONFTOOL) --makefile-uninstall-rule $(schemas_DATA)
 endif
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
new file mode 100644
index 0000000..e3c0a47
--- /dev/null
+++ b/po/POTFILES.skip
@@ -0,0 +1 @@
+data/caribou.schemas.in



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