From a86f0d7669ce23cf5181f31f491d51e788e87350 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Tue, 4 Aug 2009 13:35:11 -0500 Subject: Fixing distcheck issues from recent xml2po work --- bootstrap.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.make') 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 -- cgit v1.2.1