You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by sn...@apache.org on 2019/01/31 18:29:04 UTC

[incubator-pinot] branch master updated: Modify Makefile for docs (#3771)

This is an automated email from the ASF dual-hosted git repository.

snlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 67c6507  Modify Makefile for docs (#3771)
67c6507 is described below

commit 67c65073765bfb928e0092acf7f5a20eeb33a0ad
Author: Seunghyun Lee <sn...@linkedin.com>
AuthorDate: Thu Jan 31 10:28:59 2019 -0800

    Modify Makefile for docs (#3771)
    
    In order to avoid including "_build" directory for source code bundle,
    this pr modifies the behavior of "make clean" to remove build directory.
---
 docs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Makefile b/docs/Makefile
index 1f1845b..eee3f6e 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -51,7 +51,7 @@ help:
 
 .PHONY: clean
 clean:
-	rm -rf $(BUILDDIR)/*
+	rm -rf $(BUILDDIR)
 
 .PHONY: html
 html:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org