aboutsummaryrefslogtreecommitdiff
path: root/cgi-bin
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin')
-rw-r--r--cgi-bin/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/cgi-bin/Makefile.am b/cgi-bin/Makefile.am
new file mode 100644
index 0000000..5d327d5
--- /dev/null
+++ b/cgi-bin/Makefile.am
@@ -0,0 +1,7 @@
+cgidir=@CGIDIR@
+cgi_SCRIPTS=dict.cgi
+
+dict.cgi: dict.cgi.in
+ sed 's,=PACKAGE=,$(PACKAGE),;s,=PREFIX=,$(prefix),;s,=SYSCONFDIR=,$(sysconfdir),;s,=LOCALEDIR=,$(datadir)/locale,;s,=HTMLDIR=,$(HTMLDIR),' $? > $@
+
+EXTRA_DIST=dict.cgi.in

Return to:

Send suggestions and report system problems to the System administrator.