@if[-d web/snippets ];then for f in web/snippets/*.xml ;do xsltproc xsl/bjcp-2015-styleguide-apply.xsl $$f ;echo"applied $$f";done;else echo"nothing to apply from web/snippets";fi
@if[-d web/snippets ];then for f in web/snippets/*.xml ;do xsltproc xsl/bjcp-2015-styleguide-apply.xsl $$f ;echo"applied $$f";done;else echo"nothing to apply from web/snippets";fi
@if[-d$(HOME)/bjcp/snippets ];then for f in$(HOME)bjcp/snippets/*.xml ;do xsltproc xsl/bjcp-2015-styleguide-apply.xsl $$f ;echo"applied $$f";done;else echo"nothing to apply from $(HOME)/bjcp/snippets";fi
@if[-d$(HOME)/bjcp/snippets ];then for f in$(HOME)/bjcp/snippets/*.xml ;do xsltproc xsl/bjcp-2015-styleguide-apply.xsl $$f ;echo"applied $$f";done;else echo"nothing to apply from $(HOME)/bjcp/snippets";fi
## Google Translate stuff -- this works only for users with a properly configured Google Cloud setup
## Google Translate stuff -- this works only for users with a properly configured Google Cloud setup