briangoins commented on code in PR #4584:
URL: https://github.com/apache/cassandra/pull/4584#discussion_r2744489376
##########
build.xml:
##########
@@ -506,6 +509,16 @@
</wikitext-to-html>
</target>
+ <target name="copy-cql-docs-to-pylib" depends="generate-cql-html"
+ description="Copy CQL documentation to pylib resources for
packaging">
+ <copy todir="${pylib.resources}" failonerror="true">
+ <fileset dir="doc/cql3">
+ <include name="CQL.html"/>
+ <include name="CQL.css"/>
+ </fileset>
+ </copy>
+ </target>
Review Comment:
added mkdir to `copy-cql-docs-to-pylib` task:
https://github.com/briangoins/cassandra/commit/92131e157404da74e0517b26c21e2a12338b99c7
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]