]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: clean-doc target removes *.8 manpages
authorEric Wong <e@80x24.org>
Sun, 9 Jun 2019 09:10:26 +0000 (09:10 +0000)
committerEric Wong <e@80x24.org>
Mon, 10 Jun 2019 02:42:17 +0000 (02:42 +0000)
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