summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-08-13 14:21:08 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-08-27 20:55:43 -0400
commit09edc6de6619a2eabda3b808ebff4165550664f1 (patch)
tree781b5a0811d353d6959a553b9aa1a1e89e75eca1 /man
parentf92e754297ec5fdb81068b56a4435026666224fa (diff)
downloadxorg-lib-libX11-09edc6de6619a2eabda3b808ebff4165550664f1.tar.gz
config: remove man-pages configuration option
This option was added in commit 6e752ea120 with no explanation. The section number is provoded by XORG_MANPAGE_SECTIONS There is no case where libX11 should be different than other libs The option was also used to disable building of the man pages, which build in 14 secs. No indication this is required. If there is a requirement from system builders to disable building of man pages, it could be done consistently for all modules. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
-rw-r--r--man/xkb/Makefile.am2
2 files changed, 0 insertions, 4 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 59e2709c..60f64cc3 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -194,13 +194,11 @@ libman_PRE = \
filemandir = $(FILE_MAN_DIR)
fileman_PRE = Compose.man
-if MANPAGES
libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) \
$(all_shadows:=.@LIB_MAN_SUFFIX@)
fileman_DATA = $(fileman_PRE:man=@FILE_MAN_SUFFIX@) \
$(file_shadows:=.@FILE_MAN_SUFFIX@)
-endif
EXTRA_DIST = $(libman_PRE) $(fileman_PRE)
diff --git a/man/xkb/Makefile.am b/man/xkb/Makefile.am
index e02f9a88..484a85a9 100644
--- a/man/xkb/Makefile.am
+++ b/man/xkb/Makefile.am
@@ -202,9 +202,7 @@ libman_PRE = \
XkbUpdateMapFromCore.man \
XkbVirtualModsToReal.man
-if MANPAGES
libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@)
-endif
EXTRA_DIST = $(libman_PRE)