[gnome-doc-utils] [xml2po] Missing files to properly build xml2po



commit 7032edced3b913b417b3ae0132a4fc58ba68298a
Author: Claude Paroz <claude 2xlibre net>
Date:   Sun Aug 2 00:22:57 2009 +0200

    [xml2po] Missing files to properly build xml2po

 xml2po/xml2po/Makefile.am       |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/xml2po/xml2po/Makefile.am b/xml2po/xml2po/Makefile.am
new file mode 100644
index 0000000..16c6d78
--- /dev/null
+++ b/xml2po/xml2po/Makefile.am
@@ -0,0 +1,18 @@
+SUBDIRS = modes
+
+xml2podir = $(pythondir)/xml2po
+
+nodist_bin_SCRIPTS = xml2po
+CLEANFILES = xml2po
+
+xml2po: xml2po.py.in
+	sed -e "s/^VERSION =.*/VERSION = \"@VERSION \"/" \
+	    -e "s+^#!.*python.*+#!$(PYTHON)+" \
+	  < $(srcdir)/xml2po.py.in > xml2po
+	chmod +x xml2po
+
+xml2po_DATA = \
+	__init__.py
+
+EXTRA_DIST = \
+	xml2po.py.in
diff --git a/xml2po/xml2po/modes/__init__.py b/xml2po/xml2po/modes/__init__.py
new file mode 100644
index 0000000..e69de29



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