From 938598c48a43bd39aeceb409441b3b43ac756ad6 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Sun, 6 Apr 2014 15:20:17 -0500 Subject: [PATCH] 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 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 29312a7b..16ee67dc 100644 --- a/README.rst +++ b/README.rst @@ -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: