r7rs-small-texinfo

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/r7rs-small-texinfo
Log | Files | Refs

commit 754767813bb26d7b8e799d6c8f060377469582af
parent bb63b7ced72a016967e55726624e149a692486cb
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Fri,  2 Feb 2024 12:44:12 -0500

Makefile: Add 'clean' target.

Diffstat:
Mdoc/r7rs-small/Makefile | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/doc/r7rs-small/Makefile b/doc/r7rs-small/Makefile @@ -11,3 +11,8 @@ r7rs-small.info: r7rs-small.texinfo r7rs-small.pdf: r7rs-small.texinfo $(MAKEINFO) $(MAKEINFOFLAGS) --pdf $< + +clean: + rm -f r7rs-small.aux r7rs-small.fn r7rs-small.fns\ + r7rs-small.html r7rs-small.log r7rs-small.toc\ + r7rs-small.pdf r7rs-small.info