]> git.ipfire.org Git - thirdparty/kmod.git/commit
man: make error message clearer for missing xstlproc
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 24 Feb 2017 02:28:27 +0000 (18:28 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 24 Feb 2017 02:31:15 +0000 (18:31 -0800)
commit72167ba113c00eea6eb73cd91ce173e5c734564b
tree8145ffe269d73406651c1417e21217d4b9016880
parent527658ad8964b1c9d9e1332b3253a9066f3eb189
man: make error message clearer for missing xstlproc

We can't do at configure phase since we actually ship the built man pages with
dist, so it's fine not having xsltproc if building from dist. If building from
the repository, it's better to have have a better message saying xsltproc was
not found than trying to execute the argument to xsltproc. Now message is:

  XSLT     depmod.d.5
  /bin/sh: line 1: xsltproc: command not found

Instead of:

  XSLT     depmod.d.5
  /bin/sh: --nonet: command not found
man/Makefile.am