[esnacc-dev] [PATCH] INSTALL: add the xsltproc dependency

Aaron Conole aconole at bytheb.org
Thu Apr 13 14:34:30 UTC 2017


Without xsltproc, debian compilation will pop out an error trying to run
'novalid' as a command.

Reported-by: konradb81
Reported-at: https://github.com/esnacc/esnacc-ng/issues/44
Signed-off-by: Aaron Conole <aconole at bytheb.org>
---
 AUTHORS    | 1 +
 INSTALL.md | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/AUTHORS b/AUTHORS
index 1fe9226..a14d20f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -61,6 +61,7 @@ Francois Zeller
 Jaap de Wolff
 John D Nord
 Josie-H
+konradb81
 Larry Simmers
 Manju C Shekhar
 Mateo Anderson
diff --git a/INSTALL.md b/INSTALL.md
index bf651bd..429eb9d 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -30,6 +30,8 @@ you will need:
 
  - bison, or yacc
 
+ - xsltproc (docbook xml and the manpage dependencies)
+
 If you are working from a Git tree or snapshot (instead of from a
 distribution tarball), or if you modify the esnacc build system
 you will also need the following software:
-- 
2.9.3



More information about the dev mailing list