aboutsummaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-18 21:29:44 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-18 21:29:44 +0000
commit1104c065b5bcba77b1d56bbb134bb17a36cf3826 (patch)
tree24b28a1f41970b9c64a5e1c1f1003551e2719470 /xml
parent1bd96d8b9195746781d5afdd4ec684aa75e57ecf (diff)
downloadellinika-1104c065b5bcba77b1d56bbb134bb17a36cf3826.tar.gz
ellinika-1104c065b5bcba77b1d56bbb134bb17a36cf3826.tar.bz2
(lingua.conf): New goal
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@372 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'xml')
-rw-r--r--xml/Makefile.am16
1 files changed, 14 insertions, 2 deletions
diff --git a/xml/Makefile.am b/xml/Makefile.am
index 6f3d236..ca7f66b 100644
--- a/xml/Makefile.am
+++ b/xml/Makefile.am
@@ -15,5 +15,17 @@
# along with Ellinika; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-EXTRA_DIST = COPYING.FDL
-SUBDIRS = pl ru
+EXTRA_DIST = COPYING.FDL lingua.conf.in
+SUBDIRS = . pl ru
+DISTCLEANFILES=lingua.conf
+CLEANFILES=conf.sed
+
+conf.sed: Makefile
+ 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
+
+lingua.conf: $(srcdir)/lingua.conf.in conf.sed
+ sed -f conf.sed $(srcdir)/lingua.conf.in > $@
+

Return to:

Send suggestions and report system problems to the System administrator.