aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2020-07-20 11:21:41 +0100
committerPaul Garlick <pgarlick@tourbillion-technology.com>2020-07-20 11:21:41 +0100
commitba1b99c0d9f361a1d7e497857fecc0a11e4b7f0b (patch)
treec4de4f4e8c605ff33adc7b5d818b967f2038a864
parent6ab2a0f0d36c4bf1f4802c8e1c4d3fcb39c57988 (diff)
downloadfullSWOF-utils-ba1b99c0d9f361a1d7e497857fecc0a11e4b7f0b.tar.gz
fullswof-utils: Clean doc directory.
* Makefile: Include doc files in clean target.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d038024..642f46e 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ html-doc: doc/fullswof-utils.texi
clean:
@echo "Cleaning up..."
+ @rm doc/fullswof-utils.info doc/images doc/dir
@rm -rf manual
.PHONY: all clean