summaryrefslogtreecommitdiff
path: root/bootstrap.make
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2004-10-05 20:16:52 +0000
committerShaun McCance <shaunm@src.gnome.org>2004-10-05 20:16:52 +0000
commit2b7bbc13d582ae7590620a378550cf49b67e600b (patch)
treee50bd70ad8e652836c7b1a68a6ee024244700b60 /bootstrap.make
parent37953cab8839283ceb654d72e0eee7368d75c15a (diff)
downloadyelp-xsl-2b7bbc13d582ae7590620a378550cf49b67e600b.tar.gz
- Set PYTHONPATH for the bootstrapped xml2po
* bootstrap.make: - Set PYTHONPATH for the bootstrapped xml2po * gnome-doc-utils.make: - Change the name of po files to $(lc)/$(lc).po
Diffstat (limited to 'bootstrap.make')
-rw-r--r--bootstrap.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.make b/bootstrap.make
index c274d3d5..4a14a0b2 100644
--- a/bootstrap.make
+++ b/bootstrap.make
@@ -1,4 +1,4 @@
-_xml2po = $(shell pwd)/$(top_srcdir)/xml2po/xml2po
+_xml2po = PYTHONPATH="$(shell pwd)/$(top_srcdir)/xml2po/modes" "$(shell pwd)/$(top_srcdir)/xml2po/xml2po"
_db2omf = $(top_srcdir)/xslt/docbook/omf/db2omf.xsl
_rngdoc = $(top_srcdir)/xslt/rngdoc/rngdoc.xsl