Github user spmallette commented on the issue:
https://github.com/apache/tinkerpop/pull/862
I dunno man - here's a fast way to test which I just went through:
1. `bin/process-docs.sh --dryRun` - check `target/docs/htmlsingle` - should
just have `images/` directory there.
1. `mvn package -pl gremlin-server -DskipTests`
1. look at
`gremlin-server/target/apache-tinkerpop-gremlin-server-x.y.z-standalone` as
that is used to build the zip - should just have `docs/images/`
1. the zip is in there too to check and looks ok to me
---