Repository: incubator-hawq
Updated Branches:
  refs/heads/HAWQ-683 d6b5150bc -> adff2c279


HAWQ-683. PXF Makefile fix


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/adff2c27
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/adff2c27
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/adff2c27

Branch: refs/heads/HAWQ-683
Commit: adff2c279c5c34957856ce76ceb44848fbf1dc7d
Parents: d6b5150
Author: Shivram Mani <shivram.m...@gmail.com>
Authored: Wed Apr 20 15:20:46 2016 -0700
Committer: Shivram Mani <shivram.m...@gmail.com>
Committed: Wed Apr 20 15:20:46 2016 -0700

----------------------------------------------------------------------
 pxf/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/adff2c27/pxf/Makefile
----------------------------------------------------------------------
diff --git a/pxf/Makefile b/pxf/Makefile
index 107a900..7669772 100644
--- a/pxf/Makefile
+++ b/pxf/Makefile
@@ -59,9 +59,9 @@ rpm:
 clean:
        ./gradlew clean
 
+doc:
+       ./gradlew aggregateJavadoc 
+
 .PHONY: tomcat
 tomcat:
        ./gradlew tomcatRpm $(BUILD_PARAMS)
-
-doc:
-    ./gradlew aggregateJavadoc

Reply via email to