user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] doc: clean-doc target removes *.8 manpages
@ 2019-06-09  9:10 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2019-06-09  9:10 UTC (permalink / raw)
  To: meta

---
 Documentation/include.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/include.mk b/Documentation/include.mk
index 558444d..10bd29f 100644
--- a/Documentation/include.mk
+++ b/Documentation/include.mk
@@ -151,7 +151,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
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-09  9:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-09  9:10 [PATCH] doc: clean-doc target removes *.8 manpages Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).