aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index fc4ab94..5006c7b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,9 +4,10 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS=cgi-bin data src xml xtrans po
# FIXME
-EXTRANS=python /home/gray/eXtrans/extrans.py
+EXTRANS=python /home/gray/extrans/extrans.py
+EXTRANS_FLAGS=-DBASE_HREF="$(BASE_HREF)" -DTARGET_DIR="$(TARGET_DIR)"
all-local:
- BASE_HREF="$(BASE_HREF)" TARGET_DIR="$(TARGET_DIR)" $(EXTRANS) $(top_srcdir)/lingua.xtrans
+ $(EXTRANS) $(EXTRANS_FLAGS) $(top_srcdir)/lingua.xtrans
htmldir = $(HTMLDIR)

Return to:

Send suggestions and report system problems to the System administrator.