aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2021-11-30 23:59:18 +0000
committerPaul Garlick <pgarlick@tourbillion-technology.com>2021-11-30 23:59:18 +0000
commit199f04a97f45588445adb930877aeaaa6ce916c7 (patch)
tree0ce2774aafdaef3833061bc37c0b72ddf805ef1a
parentddaed93b0a50fddb0c9ef1972097bee6689ef66c (diff)
downloadfullSWOF-utils-199f04a97f45588445adb930877aeaaa6ce916c7.tar.gz
manual: Avoid deletion of html index page.
* Makefile: Edit clean target.
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 49c0265..d9b6daa 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,9 @@ html-doc: doc/fullswof-utils.texi
clean:
@echo "Cleaning up..."
@rm -f doc/fullswof-utils.info doc/dir
- @rm -rf doc/images
- @rm -rf manual
+ @rm -f $(HTML_DIR)/fullswof-utils.html
+ @rm -rf $(INFO_DIR)/images
+ @rm -rf $(HTML_DIR)/html_node
+ @rm -rf $(HTML_DIR)/images
.PHONY: all clean