You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jr...@apache.org on 2018/01/10 21:38:26 UTC

impala git commit: [DOCS] Add phony doc build targets 'html' and 'pdf'

Repository: impala
Updated Branches:
  refs/heads/master 409b58150 -> 3394eb1be


[DOCS] Add phony doc build targets 'html' and 'pdf'

The better to do a quick verification using one format
or the other, by issuing 'make html' or 'make pdf'.
'make all' still builds both.

Change-Id: Ic096259a773966871b09a023bf12eb6c362167af
Reviewed-on: http://gerrit.cloudera.org:8080/8994
Reviewed-by: Jim Apple <jb...@apache.org>
Tested-by: Impala Public Jenkins


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/3394eb1b
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/3394eb1b
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/3394eb1b

Branch: refs/heads/master
Commit: 3394eb1be77e4c79f298150484f979212ce78be2
Parents: 409b581
Author: John Russell <jr...@cloudera.com>
Authored: Wed Jan 10 12:33:00 2018 -0800
Committer: Impala Public Jenkins <im...@gerrit.cloudera.org>
Committed: Wed Jan 10 21:13:56 2018 +0000

----------------------------------------------------------------------
 docs/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/3394eb1b/docs/Makefile
----------------------------------------------------------------------
diff --git a/docs/Makefile b/docs/Makefile
index 9dcb392..99a0e09 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -15,9 +15,13 @@
 # specific language governing permissions and limitations
 # under the License.
 
-.PHONY: all
+.PHONY: all html pdf
 
-all: build/html/index.html build/impala.pdf
+all: html pdf
+
+html: build/html/index.html
+
+pdf: build/impala.pdf
 
 ALL_DEPS=Makefile impala.ditamap shared/*.xml images/* topics/*.xml