Skip to content

Commit

Permalink
do not generate SPLDoc for samples
Browse files Browse the repository at this point in the history
  • Loading branch information
markheger committed Nov 10, 2020
1 parent 7491ffb commit 1d62e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<ant dir="${toolkit}" target="all"/>
</target>

<target name="spldoc" depends="setcommitversion, _spldoc-json, _spldoc-samples, revertversion"/>
<target name="spldoc" depends="setcommitversion, _spldoc-json, revertversion"/>

<target name="samples" depends="toolkit">
<subant target="indextoolkit" genericantfile="${basedir}/build.xml">
Expand Down

0 comments on commit 1d62e21

Please sign in to comment.