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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]