[gnome-doc-utils] Fixing distcheck issues from recent xml2po work



commit a86f0d7669ce23cf5181f31f491d51e788e87350
Author: Shaun McCance <shaunm gnome org>
Date:   Tue Aug 4 13:35:11 2009 -0500

    Fixing distcheck issues from recent xml2po work

 bootstrap.make            |    2 +-
 po/POTFILES.skip          |    1 +
 xml2po/xml2po/Makefile.am |    1 +
 3 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/bootstrap.make b/bootstrap.make
index 66afeb6..1395ca5 100644
--- a/bootstrap.make
+++ b/bootstrap.make
@@ -1,4 +1,4 @@
-_xml2po = PYTHONPATH="$(shell pwd)/$(top_builddir)/xml2po:$(PYTHONPATH)" "$(shell pwd)/$(top_builddir)/xml2po/xml2po/xml2po"
+_xml2po = PYTHONPATH="$(shell pwd)/$(top_builddir)/xml2po:$(shell pwd)/$(top_srcdir)/xml2po:$(PYTHONPATH)" "$(shell pwd)/$(top_builddir)/xml2po/xml2po/xml2po"
 
 _db2html = $(top_srcdir)/xslt/docbook/html/db2html.xsl
 _db2omf  = $(top_srcdir)/xslt/docbook/omf/db2omf.xsl
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
new file mode 100644
index 0000000..c325ff0
--- /dev/null
+++ b/po/POTFILES.skip
@@ -0,0 +1 @@
+xml2po/xml2po/__init__.py
diff --git a/xml2po/xml2po/Makefile.am b/xml2po/xml2po/Makefile.am
index 16c6d78..c9a97c8 100644
--- a/xml2po/xml2po/Makefile.am
+++ b/xml2po/xml2po/Makefile.am
@@ -15,4 +15,5 @@ xml2po_DATA = \
 	__init__.py
 
 EXTRA_DIST = \
+	$(xml2po_DATA) \
 	xml2po.py.in



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