diff options
author | monsta <[email protected]> | 2017-03-05 15:17:39 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-03-05 15:17:39 +0300 |
commit | 055703fe26a07abec86aba09f9a51d0b2dc5bac4 (patch) | |
tree | 8ca786d599f6029e0ff0cf12e2be353a167d36b5 /configure.ac | |
parent | c1e9992c00dc2b28385d16b93d2d5b908b663fc0 (diff) | |
download | mate-power-manager-055703fe26a07abec86aba09f9a51d0b2dc5bac4.tar.bz2 mate-power-manager-055703fe26a07abec86aba09f9a51d0b2dc5bac4.tar.xz |
man: use manpages as is instead of generating them from sgml
same as it's done in all other MATE projects. also drop build-dep
on docbook2man, now it's not needed anymore.
manpages are moved to data/ directory to avoid conflicts with old
generated manpages in man/ directory when doing git pull (in case
generated files are present). therefore man/ directory is removed
completely.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 33d81e6..7f18529 100644 --- a/configure.ac +++ b/configure.ac @@ -222,15 +222,6 @@ AC_CHECK_LIB(kstat, kstat_open, AC_SUBST(GPM_EXTRA_LIBS) dnl --------------------------------------------------------------------------- -dnl - Is docbook2man available? -dnl --------------------------------------------------------------------------- -AC_PATH_PROG(DOCBOOK2MAN, docbook2man, no) -if test "$DOCBOOK2MAN" = "no" ; then - AC_MSG_WARN([docbook2man not found, will not be able to build man documentation]) -fi -AM_CONDITIONAL(HAVE_DOCBOOK2MAN, [test "$DOCBOOK2MAN" != "no"]) - -dnl --------------------------------------------------------------------------- dnl - Makefiles, etc. dnl --------------------------------------------------------------------------- AC_CONFIG_FILES([ @@ -239,7 +230,6 @@ src/Makefile applets/Makefile applets/brightness/Makefile applets/inhibit/Makefile -man/Makefile help/Makefile po/Makefile.in policy/Makefile |