about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/include.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/include.mk b/Documentation/include.mk
index b064f295..89c1fd90 100644
--- a/Documentation/include.mk
+++ b/Documentation/include.mk
@@ -150,7 +150,7 @@ rsync-doc:
         $(RSYNC) --chmod=Fugo=r -av $(rsync_docs) $(rsync_xdocs) $(RSYNC_DEST)
 
 clean-doc:
-        $(RM) $(man1) $(man5) $(man7) $(gz_docs) $(docs_html) $(mantxt)
+        $(RM) $(man1) $(man5) $(man7) $(man8) $(gz_docs) $(docs_html) $(mantxt)
         $(RM) $(gz_xdocs) $(xdocs_html) $(xdocs)
 
 clean :: clean-doc