You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2015/06/05 22:17:57 UTC

[04/26] incubator-tinkerpop git commit: process all AsciiDoc files, not only implementations.asciidoc

process all AsciiDoc files, not only implementations.asciidoc


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

Branch: refs/heads/master
Commit: 01e61d28e93959f610df4a6cdd9d408bbe4258d0
Parents: 507495d
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Fri May 29 18:00:26 2015 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Fri May 29 18:00:26 2015 +0200

----------------------------------------------------------------------
 docs/preprocessor/preprocess.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/01e61d28/docs/preprocessor/preprocess.sh
----------------------------------------------------------------------
diff --git a/docs/preprocessor/preprocess.sh b/docs/preprocessor/preprocess.sh
index 76b5aec..a793480 100755
--- a/docs/preprocessor/preprocess.sh
+++ b/docs/preprocessor/preprocess.sh
@@ -81,8 +81,7 @@ fi
 cp ${TP_HOME}/hadoop-gremlin/conf/* "${CONSOLE_HOME}/conf/"
 
 # process *.asciidoc files
-#find "${TP_HOME}/docs/src/" -name "*.asciidoc" | xargs -n1 -P0 "${TP_HOME}/docs/preprocessor/preprocess-file.sh"
-find "${TP_HOME}/docs/src/" -name "implementations.asciidoc" | xargs -n1 -P0 "${TP_HOME}/docs/preprocessor/preprocess-file.sh"
+find "${TP_HOME}/docs/src/" -name "*.asciidoc" | xargs -n1 -P0 "${TP_HOME}/docs/preprocessor/preprocess-file.sh"
 
 cleanup