libXtst man pages generation fails if srcdir != builddir
zoka
zoran at microtrol.com.au
Wed Jul 18 03:48:53 PDT 2007
Alan Coopersmith wrote:
>
> zoka wrote:
>> 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:
>
> Thanks for the patch - I've applied it to git head.
>
> --
> -Alan Coopersmith- alan.coopersmith at sun.com
> Sun Microsystems, Inc. - X Window System Engineering
>
> _______________________________________________
> xorg mailing list
> xorg at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xorg
>
>
Thanks for applying the patch - however there are 2 more issues of the same
type
in libXpm.
Regards
Zoka
diff --git a/cxpm/Makefile.am b/cxpm/Makefile.am
index 158facb..76ccc81 100644
--- a/cxpm/Makefile.am
+++ b/cxpm/Makefile.am
@@ -3,7 +3,7 @@ bin_PROGRAMS = cxpm
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include/X11
AM_CFLAGS = $(XPM_CFLAGS)
-cxpm_SOURCES = cxpm.c
+cxpm_SOURCES = $(srcdir)/cxpm.c
# Man page
appmandir = $(APP_MAN_DIR)
diff --git a/sxpm/Makefile.am b/sxpm/Makefile.am
index 0b9771a..aae51df 100644
--- a/sxpm/Makefile.am
+++ b/sxpm/Makefile.am
@@ -6,7 +6,7 @@ AM_CFLAGS = $(SXPM_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
-sxpm_SOURCES = sxpm.c
+sxpm_SOURCES = $(srcdir)/sxpm.c
sxpm_LDADD = $(XPM_LIBS) $(SXPM_LIBS) $(top_builddir)/src/libXpm.la
--
View this message in context: http://www.nabble.com/libXtst-man-pages-generation-fails-if-srcdir-%21%3D-builddir-tf4015886.html#a11666404
Sent from the Free Desktop - xorg mailing list archive at Nabble.com.
More information about the xorg
mailing list