# Makefile for crcPlus Texinfo Help  -  Invoke using "gmake"
# Mahlon R. Smith
# Tools: makeinfo
# 
# 23-Feb-2017

.RECIPEPREFIX = >

crcplus.info: crcPlus.texi
> makeinfo --fill-column=78 --no-split crcPlus.texi
> makeinfo --fill-column=78 --html --no-split crcPlus.texi

