diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-13 02:55:42 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-13 02:55:42 +0530 |
commit | 31f98e9adceaf8b9834fc996b55e65bc25f79701 (patch) | |
tree | d886a14532602a6b56fe218b6861f9683e4fea9b | |
parent | 6c83a49bbb22ed107919a8410ce660df0ff20968 (diff) | |
download | tinyproxy-31f98e9adceaf8b9834fc996b55e65bc25f79701.tar.gz tinyproxy-31f98e9adceaf8b9834fc996b55e65bc25f79701.zip |
doc: Remove report.sh script
Diffstat (limited to '')
-rw-r--r-- | doc/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 0f1aaff..76a4418 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -5,18 +5,4 @@ man_MANS = tinyproxy.8 EXTRA_DIST = $(man_MANS) tinyproxy.conf \ HTTP_ERROR_CODES RFC_INFO \ filter-howto.txt \ - report.sh.tmpl \ $(HTML_VAR_SUBST) - -install-exec-local: report.sh - -# Build the report.sh script -report.sh: $(srcdir)/report.sh.tmpl - sed -e "s,@TINYPROXY_LOCATION@,$(DESTDIR)$(sbindir)," < $(srcdir)/report.sh.tmpl > $(top_builddir)/doc/report.sh - chmod 755 $(top_builddir)/doc/report.sh - @echo "" - @echo "Report tinyproxy" - @echo "----------------" - @echo "Run the $(top_builddir)/doc/report.sh script to report a" - @echo "successful installation to the authors." - @echo ""
\ No newline at end of file |