[dots] Fix make distcheck
- From: Fernando Herrera de las Heras <fherrera src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dots] Fix make distcheck
- Date: Tue, 20 Jul 2010 05:12:09 +0000 (UTC)
commit 56c6b4d495cc49d91f2a07779e237c5526618df4
Author: Fernando Herrera <fherrera onirica com>
Date: Mon Jul 19 20:38:09 2010 +0200
Fix make distcheck
Makefile.am | 4 +-
bin/Makefile.am | 7 +-
data/Makefile.am | 3 +-
data/dots_assist.xml | 511 --------------------------------------------------
po/POTFILES.in | 1 +
5 files changed, 10 insertions(+), 516 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d60badb..61d3eaf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,3 @@
-SUBDIRS = bin dots data po
+SUBDIRS = bin dots data po help
+
+EXTRA_DIST = m4/python.m4
diff --git a/bin/Makefile.am b/bin/Makefile.am
index f896a53..e85e44b 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -1,6 +1,7 @@
bin_SCRIPTS = dots dotscmd
-CLEANFILES = $(bin_SCRIPTS)
+#all: $(bin_SCRIPTS)
+# @chmod +x $(bin_SCRIPTS)
-all: $(bin_SCRIPTS)
- @chmod +x $(bin_SCRIPTS)
+EXTRA_DIST = $(bin_SCRIPTS)
+DISTCLEANFILES = dots
diff --git a/data/Makefile.am b/data/Makefile.am
index 704c166..c3aae0b 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = icons
gtkbuilderdir = $(datadir)/dots
-gtkbuilder_DATA = dots_assist.xml app_window.xml config.xml
+gtkbuilder_DATA = app_window.xml config.xml
schemasdir = $(GCONF_SCHEMA_FILE_DIR)
schemas_DATA = dots.schemas
@@ -30,3 +30,4 @@ desktop_DATA = \
@INTLTOOL_DESKTOP_RULE@
EXTRA_DIST = $(gtkbuilder_DATA) $(schemas_DATA) $(desktop_in_files)
+DISTCLEANFILES = $(desktop_DATA)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 25f0dd8..e25474b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,6 +2,7 @@
[type: gettext/glade]data/app_window.xml
[type: gettext/glade]data/config.xml
dots/app_window.py
+dots/table_editor.py
bin/dotscmd
data/dots.desktop.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]