# Makefile for cTrash Texinfo Help  -  Invoke using "gmake"
# Mahlon R. Smith
# Tools: makeinfo
# 
# 17-Jan-2020

.RECIPEPREFIX = >

ctrash.info: cTrash.texi texi_macros.texi same_author.texi
> makeinfo --fill-column=78 --no-split cTrash.texi
> makeinfo --fill-column=78 --html --no-split cTrash.texi

