aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgi-bin/Makefile.am3
-rw-r--r--scm/Makefile.am3
2 files changed, 4 insertions, 2 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 > $@
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.