From 0727cd721040c38d65b891a26fe4ea6ef09520be Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 9 Feb 2005 11:03:28 +0000 Subject: Replace AUTOGENERATED variable git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@287 941c8c0f-9102-463b-b60b-cd22ce0e6858 --- cgi-bin/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cgi-bin') 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 > $@ -- cgit v1.2.1