# Makefile for bug_report.info  -  Invoke using "gmake"
# Mahlon R. Smith
# Tools: makeinfo
# 
# 23-Aug-2014

bug_report.info: bug_report.texi
	makeinfo bug_report.texi
	makeinfo --html --no-split bug_report.texi

