doc: Remove report.sh script
This commit is contained in:
		
							parent
							
								
									6c83a49bbb
								
							
						
					
					
						commit
						31f98e9adc
					
				@ -5,18 +5,4 @@ man_MANS = tinyproxy.8
 | 
				
			|||||||
EXTRA_DIST = $(man_MANS) tinyproxy.conf \
 | 
					EXTRA_DIST = $(man_MANS) tinyproxy.conf \
 | 
				
			||||||
	HTTP_ERROR_CODES RFC_INFO \
 | 
						HTTP_ERROR_CODES RFC_INFO \
 | 
				
			||||||
	filter-howto.txt \
 | 
						filter-howto.txt \
 | 
				
			||||||
	report.sh.tmpl \
 | 
					 | 
				
			||||||
	$(HTML_VAR_SUBST)
 | 
						$(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 ""
 | 
					 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user