From: Eric Wong Date: Sun, 9 Jun 2019 09:10:26 +0000 (+0000) Subject: doc: clean-doc target removes *.8 manpages X-Git-Tag: v1.2.0~191 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=4a5938c8e5bbfb02a87787109e9ce2d13cc9ca4e doc: clean-doc target removes *.8 manpages --- 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