Change package to build docs to correct name

The instructions to build the v3 markdown docs listed xslt-proc
as a required package, but the correct name should be xsltproc.

Change-Id: Ifcb7bd4326148c40f599ec5f8f680c45585acbf6
This commit is contained in:
Steve Martinelli 2014-04-06 15:20:17 -05:00
parent c0c32c0e27
commit 938598c48a

@ -22,7 +22,7 @@ The v3 docs require an extra proprocessing to convert the Markdown source into t
Installing conversion tools on Ubuntu::
apt-get install pandoc xslt-proc docbook5-xml
apt-get install pandoc xsltproc docbook5-xml
To build the docs: