Skip to content
Snippets Groups Projects
Commit c15b232e authored by Frank Steinberg's avatar Frank Steinberg
Browse files

Fix.

parent 58571b7c
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ install-hbcon: ...@@ -94,7 +94,7 @@ install-hbcon:
apply: apply:
@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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment