# Makefile for AnsiCmd-class Texinfo Help  -  Invoke using "gmake"
# Mahlon R. Smith
# Tools: gmake    (any modern version)
#        makeinfo (version 6.1 or higher), current version: 6.8
# 
# 02-Jul-2023

.RECIPEPREFIX = >

ansicmd.info: AnsiCmd.texi Ch07_gStringTextTool.texi idpp_response.txt \
              texi_macros.texi same_author.texi ansicmd.html
> makeinfo --fill-column=78 --no-split AnsiCmd.texi
> makeinfo --fill-column=78 --html --no-split AnsiCmd.texi

.PHONY: clean
clean:
> rm -f ansicmd.info ansicmd.html ansicmd.html~
