aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-06-18 19:48:43 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-06-18 19:48:43 +0000
commit71a5141b832c12c5dccd96eac8b6f09633e02986 (patch)
treeb3dfba89e49a148b8029363cb5965ca5e09cb4f6 /Makefile.am
parent272d2bbc374412c549c3b6b8a0a886674f18fdf3 (diff)
downloadellinika-71a5141b832c12c5dccd96eac8b6f09633e02986.tar.gz
ellinika-71a5141b832c12c5dccd96eac8b6f09633e02986.tar.bz2
Pass configuration variables to eXtrans
using -D command line option (requires my last update to eXtrans). git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@134 941c8c0f-9102-463b-b60b-cd22ce0e6858
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.