aboutsummaryrefslogtreecommitdiff
path: root/cgi-bin
diff options
context:
space:
mode:
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.