summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2009-08-04 13:35:11 -0500
committerShaun McCance <shaunm@gnome.org>2009-08-04 13:35:11 -0500
commita86f0d7669ce23cf5181f31f491d51e788e87350 (patch)
treed6befa6ad48fb810735f0e61a349d6eca332362b
parent6e83f2abc33849e910655c395917b0eda62ae13c (diff)
downloadgnome-doc-utils-a86f0d7669ce23cf5181f31f491d51e788e87350.tar.gz
Fixing distcheck issues from recent xml2po work
-rw-r--r--bootstrap.make2
-rw-r--r--po/POTFILES.skip1
-rw-r--r--xml2po/xml2po/Makefile.am1
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