aboutsummaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-19 13:35:50 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-19 13:35:50 +0000
commit04679d0bb20bdd3115c9ced127b9b1834bc83ea8 (patch)
treeffd4d8ee2039ef9a8e3b20c550a3f241e4b39300 /xml
parentdf55762dbc837d824a81d315f76c43ff2deecd00 (diff)
downloadellinika-04679d0bb20bdd3115c9ced127b9b1834bc83ea8.tar.gz
ellinika-04679d0bb20bdd3115c9ced127b9b1834bc83ea8.tar.bz2
(conf.sed): Fixed rule
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@379 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'xml')
-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.