aboutsummaryrefslogtreecommitdiff
path: root/cgi-bin
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 /cgi-bin
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 'cgi-bin')
-rw-r--r--cgi-bin/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/cgi-bin/Makefile.am b/cgi-bin/Makefile.am
index c022c39..a7df92c 100644
--- a/cgi-bin/Makefile.am
+++ b/cgi-bin/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
@@ -29,6 +29,7 @@ dict.sed: Makefile
echo 's,=SYSCONFDIR=,$(sysconfdir),' >> $@
echo 's,=LOCALEDIR=,$(datadir)/locale,' >> $@
echo 's,=HTMLDIR=,$(HTMLDIR),' >> $@
+ echo 's,=AUTOGENERATED=,@AUTOGENERATED@,' >> $@
dict.cgi: $(srcdir)/dict.cgi.in dict.sed
sed -f dict.sed $(srcdir)/dict.cgi.in > $@

Return to:

Send suggestions and report system problems to the System administrator.