Skip to content
Snippets Groups Projects
Commit 9c624f5b authored by Goik Martin's avatar Goik Martin
Browse files

Moving reveal.js and warn on absence

parent b1a7658a
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ ${BUILDROOT}/webhelp/index.html:${BUILDROOT}/${SCRIPTBASENAME}.xml
cd ${BUILDROOT};\
${SAXONCMD} -s:${SCRIPTBASENAME}.xml -xsl:../../ws/Docbook/Extensions/Xsl/docbook2slides.xsl \
callout.unicode=1 highlight.source=1;\
ln -sf /usr/share/reveal.js Slides;\
ln -sf ${HOME}/reveal.js Slides;\
/usr/share/xmlmind/bin/xxetool convert ${XSLPARAM} db5.toWebHelp \
${SCRIPTBASENAME}_html.xml -u webhelp
cp -f webhelp.css ${BUILDROOT}/webhelp
......
......@@ -8,6 +8,9 @@ java avconv
K := $(foreach exec,$(EXECUTABLES),\
$(if $(shell which $(exec)),some string,$(error "No $(exec) in PATH)))
REVEALHOME=${HOME}/reveal.js
K := $(if $(shell ls ${REVEALHOME}),some string,$(error "No ${REVEALHOME} found, please execute git clone https://github.com/hakimel/reveal.js)))
DOCMODULES = Sd1 Sda1 Sda2 Tdoc Sdi Persist
doc:
......
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