IMPORTS=$(find Files/ -type d -exec echo -I '{}' \;)
echo "Generating html..."
find Files/ -name '*.proto' \
| xargs protoc \
${IMPORTS} \
--proto_path=. \
--doc_out=. \
--doc_opt=template.html,index.html
Gives out the already defined error.
--
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/protobuf/e9ee4e4f-e2c7-4e6e-b5b2-25b1330bf797n%40googlegroups.com.