chiark / gitweb /
scripts/sedfiles.make, doc/disorder.cgi.8.in: Say where the file is.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 31 Dec 2015 20:52:00 +0000 (20:52 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 31 Dec 2015 20:52:00 +0000 (20:52 +0000)
The manpage used to say that the Makefile doesn't install the CGI
program anywhere, which hasn't been true for a while.  Remove the old
lies and just say where it was put.

doc/disorder.cgi.8.in
scripts/sedfiles.make

index 45ef8ab23e09c8157a96dd1a84f1ea1b1a22c259..be4c8ec71d3a8d0b5716b97a98d685754145592c 100644 (file)
@@ -34,10 +34,7 @@ See \fBdisorder_options\fR(5) for CGI-specific configuration and
 .PP
 See \fBdisorder_templates\fR(5) for the template language used.
 .SH "WHERE IS IT?"
-The DisOrder makefiles don't know where to install the CGI, or indeed
-whether you wanted it installed, so they do not install it at all.
-You must copy it into the right location according to your web
-server's configuration.
+The DisOrder makefiles installed it in \fBcgiexecdir\fR.
 .SH "SEE ALSO"
 .BR disorder_config (5),
 .BR disorder_options (5),
index a02e7534dac6b1eafe7605cdb4db0901f98fc47a..f0cb633ad2c92091724350dc53188c6c3e5f02a3 100644 (file)
@@ -24,6 +24,7 @@ $(SEDFILES) : % : %.in Makefile
            -e 's!pkgstatedir!${localstatedir}/disorder!g;' \
            -e 's!pkgdatadir!${pkgdatadir}!g;' \
            -e 's!dochtmldir!${dochtmldir}!g;' \
+           -e 's!cgiexecdir!${cgiexecdir}!g;' \
            -e 's!SENDMAIL!${SENDMAIL}!g;' \
            -e 's!_version_!${VERSION}!g;' \
                < $< > $@.new