libXtst man pages generation fails if srcdir != builddir

zoka zoran at microtrol.com.au
Mon Jul 2 20:34:52 PDT 2007


Change made 3 weeks ago to libXtst  (man pages generation from xml files)
does not 
support case  when builddir!=srcdir. Here is a simple pach to fix it:

diff --git a/man/Makefile.am b/man/Makefile.am
index 318e137..845061f 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -28,7 +28,7 @@ libmandir = $(LIB_MAN_DIR)

 LIB_MAN_DIR_SUFFIX = $(LIB_MAN_DIR:@mandir@/man%=%)

-libman_xml = XTest.xml
+libman_xml = $(srcdir)/XTest.xml

 XTest_manpages =       \
        XTestQueryExtension                 \

Regards
Zoka

-- 
View this message in context: http://www.nabble.com/libXtst-man-pages-generation-fails-if-srcdir-%21%3D-builddir-tf4015886.html#a11405232
Sent from the Free Desktop - xorg mailing list archive at Nabble.com.




More information about the xorg mailing list