Skip to content

Commit

Permalink
Merge pull request #839 from sfalexrog/fixes
Browse files Browse the repository at this point in the history
(Hopefully) fix issue #645
  • Loading branch information
SupSuper committed May 27, 2014
2 parents 8e9f987 + a65821e commit a43cb72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -86,11 +86,11 @@ AC_ARG_WITH(man,
AS_IF([test "x$with_man" != "xno"], [
build_man=yes
AS_IF([test -z "$DOCBOOK2MAN"], [
AC_PATH_PROG(DOCBOOK2MAN,[docbook-to-man])
AC_PATH_PROG(DOCBOOK2MAN,[docbook2x-man])
AS_IF([test -z "$DOCBOOK2MAN"], [
AC_PATH_PROG(DOCBOOK2MAN,[docbook2man.pl])
AS_IF([test -z "$DOCBOOK2MAN"], [
AC_MSG_ERROR([docbook-to-man is missing. Install docbook2X package.])
AC_MSG_ERROR([docbook2x-man is missing. Install docbook2X package.])
])
])
])
Expand Down
6 changes: 3 additions & 3 deletions docs/openxcom.6.xml
Expand Up @@ -63,15 +63,15 @@
<term><option>-data</option> <replaceable>PATH</replaceable></term>
<listitem>
<para>
use <replaceable>PATH</replaceable> as the default User Folder instead of auto-detecting
use <replaceable>PATH</replaceable> as the default Data Folder instead of auto-detecting
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-user</option> <replaceable>PATH</replaceable></term>
<listitem>
<para>
use <replaceable>PATH</replaceable> as the default Data Folder instead of auto-detecting
use <replaceable>PATH</replaceable> as the default User Folder instead of auto-detecting
</para>
</listitem>
</varlistentry>
Expand Down Expand Up @@ -108,4 +108,4 @@
<ulink url="http://ufopaedia.org/index.php?title=OpenXcom" />
</para>
</refsect1>
</refentry>
</refentry>

0 comments on commit a43cb72

Please sign in to comment.