summaryrefslogtreecommitdiff
path: root/bootstrap.make
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2009-08-01 23:42:42 +0200
committerClaude Paroz <claude@2xlibre.net>2009-08-01 23:42:42 +0200
commit72b4feeda4bceab3ab1cd82758cfff024df721b0 (patch)
treecab86f79e11c6c7e492740d08be7965c0cf26d27 /bootstrap.make
parent1b230c3e7b1950a73870c19d6970163e472d58bf (diff)
downloadgnome-doc-utils-72b4feeda4bceab3ab1cd82758cfff024df721b0.tar.gz
[xml2po] Partial rewrite of xml2po as a Python module
Basically, the XML processing has been left untouched, with very small tweakings (boolean instead of 1/0, python syntax, etc.). The main idea was to separate the command line processing (xml2po.py.in -> xml2po) and the main processing (moved as a module in /usr/lib/python??/site-packages/xml2po, with /modes as a subdirectory). It should now be possible to call xml2po from any python code with an "import xml2po" command, without resorting to command line.
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 e0aa84e..66afeb6 100644
--- a/bootstrap.make
+++ b/bootstrap.make
@@ -1,4 +1,4 @@
-_xml2po = PYTHONPATH="$(shell pwd)/$(top_srcdir)/xml2po/modes:$(shell pwd)/$(top_builddir)/xml2po/modes:$(PYTHONPATH)" "$(shell pwd)/$(top_builddir)/xml2po/xml2po"
+_xml2po = PYTHONPATH="$(shell pwd)/$(top_builddir)/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