aboutsummaryrefslogtreecommitdiff
path: root/scm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-02-09 11:03:28 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-02-09 11:03:28 +0000
commit0727cd721040c38d65b891a26fe4ea6ef09520be (patch)
treee232aa10c2b39d1709a219da4d42b28d6db66cf2 /scm
parent13bf2a36c4ef30be06bc6bea9fc56918eb211d30 (diff)
downloadellinika-0727cd721040c38d65b891a26fe4ea6ef09520be.tar.gz
ellinika-0727cd721040c38d65b891a26fe4ea6ef09520be.tar.bz2
Replace AUTOGENERATED variable
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@287 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'scm')
-rw-r--r--scm/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/scm/Makefile.am b/scm/Makefile.am
index c40ad10..9126243 100644
--- a/scm/Makefile.am
+++ b/scm/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Ellinika project.
-# Copyright (C) 2004 Sergey Poznyakoff
+# Copyright (C) 2004, 2005 Sergey Poznyakoff
#
# Ellinika is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -25,6 +25,7 @@ dictrans.sed: Makefile
echo 's,=GUILE_SITE=,@GUILE_SITE@,' >> $@
echo 's,\;=GUILE_COMMENT=\;,@GUILE_COMMENT@,' >> $@
echo 's,=SYSCONFDIR=,$(sysconfdir),' >> $@
+ echo 's,=AUTOGENERATED=,@AUTOGENERATED@,' >> $@
dictrans: $(srcdir)/dictrans.scm dictrans.sed
sed -f dictrans.sed $(srcdir)/dictrans.scm > $@

Return to:

Send suggestions and report system problems to the System administrator.