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 --- scm/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scm') 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 > $@ -- cgit v1.2.1