From 0ee70f53ef9b05052ee079560df107d05a9c5407 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 14 Oct 2005 22:01:46 +0000 Subject: [PATCH] Install Xorg & xorg.conf man pages even when not building docs --- hw/xfree86/Makefile.am | 2 -- hw/xfree86/doc/Makefile.am | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am index fdeb4d201..abf70b68f 100644 --- a/hw/xfree86/Makefile.am +++ b/hw/xfree86/Makefile.am @@ -2,9 +2,7 @@ if DRI DRI_SUBDIR = dri endif -if BUILDDOCS DOC_SUBDIR = doc -endif SUBDIRS = common ddc dummylib i2c x86emu int10 fbdevhw os-support parser rac \ diff --git a/hw/xfree86/doc/Makefile.am b/hw/xfree86/doc/Makefile.am index ed87f0578..55e69b035 100644 --- a/hw/xfree86/doc/Makefile.am +++ b/hw/xfree86/doc/Makefile.am @@ -1,4 +1,8 @@ +if BUILDDOCS SUBDIRS = devel man sgml +else +SUBDIRS = man +endif EXTRA_DIST = \ changelogs/CHANGELOG \