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

Web fixes.

parent d392b259
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
DEFILES = $(shell ls de/*.xml)
FIXFILES = $(shell ls fix/*.xml)
default: bjcp-2015-styleguide-orig.xml bjcp-2015-styleguide-de.xml bjcp-2015-styleguide-orig.html bjcp-2015-styleguide-de.html web/edit.html
default: bjcp-2015-styleguide-orig.xml bjcp-2015-styleguide-de.xml bjcp-2015-styleguide-orig.html bjcp-2015-styleguide-de.html web/edit.html web/bjcp-2015-styleguide-orig.html web/bjcp-2015-styleguide-de.html
cache/2015_Guidelines_Beer.docx:
@if [ ! -d cache ] ; then mkdir cache ; fi
......@@ -32,6 +32,12 @@ bjcp-2015-styleguide-de.html: xsl/bjcp-2015-styleguide-html.xsl bjcp-2015-styleg
@xsltproc xsl/bjcp-2015-styleguide-html.xsl bjcp-2015-styleguide-de.xml > bjcp-2015-styleguide-de.html
@echo "built $@"
web/bjcp-2015-styleguide-orig.html: bjcp-2015-styleguide-orig.html
cp bjcp-2015-styleguide-orig.html web/
web/bjcp-2015-styleguide-de.html: bjcp-2015-styleguide-de.html
cp bjcp-2015-styleguide-de.html web/
web/edit.html: xsl/bjcp-2015-styleguide-html.xsl bjcp-2015-styleguide-de.xml
@echo "Document update in progress. Please wait a moment and reload..." > web/edit.html
@xsltproc --stringparam edit yes --stringparam orig bjcp-2015-styleguide-orig.xml xsl/bjcp-2015-styleguide-html.xsl bjcp-2015-styleguide-de.xml > web/edit.html.tmp
......
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