]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/include.mk
doc: clean-doc target removes *.8 manpages
[public-inbox.git] / Documentation / include.mk
index b064f29520a5e3064762469ded5aa2155af5f7e7..89c1fd90f71b9c2e28a92fb7b888179cc9839535 100644 (file)
@@ -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