Commit b98a8dc0 authored by Danir Tlepov's avatar Danir Tlepov

FIX hook

parent d1fdc536
......@@ -11,10 +11,10 @@ user-manual.xml: user-manual.md
@echo Creating full XML image
ifdef VCSREV
pandoc $(DOCBOOKOPTS) user-manual.md \
# | xsltproc --encoding utf8 \
# --stringparam vcs.revision $(VCSREV) \
# --stringparam vcs.changedby "$(VCSCHANGEDBY)" \
# --xinclude conf/vcs/insert-revision-and-build-date.xsl
| xsltproc --encoding utf8 \
--stringparam vcs.revision $(VCSREV) \
--stringparam vcs.changedby "$(VCSCHANGEDBY)" \
--xinclude conf/vcs/insert-revision-and-build-date.xsl
- > user-manual.xml
else
pandoc $(DOCBOOKOPTS) user-manual.md -o user-manual.xml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment