aboutsummaryrefslogtreecommitdiff
path: root/xml/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'xml/Makefile.am')
-rw-r--r--xml/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/xml/Makefile.am b/xml/Makefile.am
index ca7f66b..d949eb9 100644
--- a/xml/Makefile.am
+++ b/xml/Makefile.am
@@ -19,10 +19,11 @@ EXTRA_DIST = COPYING.FDL lingua.conf.in
SUBDIRS = . pl ru
DISTCLEANFILES=lingua.conf
CLEANFILES=conf.sed
+noinst_DATA= lingua.conf
conf.sed: Makefile
- echo 's,=TMPDIR=,$(top_builddir)/tmp,' > conf.sed
- echo 's,=OUTDIR=,$(top_builddir)/html,' >> conf.sed
+ echo 's,=TMPDIR=,$(top_builddir)/../tmp,' > conf.sed
+ echo 's,=OUTDIR=,$(top_builddir)/../html,' >> conf.sed
echo 's,=TARGET_DIR=,$(TARGET_DIR),' >> conf.sed
echo 's,=BASE_HREF=,$(BASE_HREF),' >> conf.sed

Return to:

Send suggestions and report system problems to the System administrator.