From f33512b70cf0350a62df2ee2287a870d5fc991a8 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 21 Nov 2010 14:27:57 -0500 Subject: [PATCH] xmlrules.in: use $(top_srcdir) rather than ../../../ [...] Relative paths don't always work in distcheck when srcdir not = builddir include $(top_srcdir)/doc/xml/xmlrules.in Reviewed-by: Alan Coopersmith Signed-off-by: Gaetan Nadon Signed-off-by: Keith Packard --- doc/xml/Makefile.am | 2 +- doc/xml/dtrace/Makefile.am | 2 +- hw/dmx/doc/Makefile.am | 2 +- hw/xfree86/doc/sgml/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/xml/Makefile.am b/doc/xml/Makefile.am index e66f192e2..ab3839be8 100644 --- a/doc/xml/Makefile.am +++ b/doc/xml/Makefile.am @@ -25,7 +25,7 @@ SUBDIRS = dtrace XML_FILES = Xserver-spec.xml -include xmlrules.in +include $(top_srcdir)/doc/xml/xmlrules.in if ENABLE_DEVEL_DOCS noinst_DATA = $(BUILT_DOC_FILES) diff --git a/doc/xml/dtrace/Makefile.am b/doc/xml/dtrace/Makefile.am index a95d37418..10b4f0452 100644 --- a/doc/xml/dtrace/Makefile.am +++ b/doc/xml/dtrace/Makefile.am @@ -23,7 +23,7 @@ XML_FILES = Xserver-DTrace.xml -include ../xmlrules.in +include $(top_srcdir)/doc/xml/xmlrules.in if ENABLE_DOCS if XSERVER_DTRACE diff --git a/hw/dmx/doc/Makefile.am b/hw/dmx/doc/Makefile.am index 58306d24c..3b22850a3 100644 --- a/hw/dmx/doc/Makefile.am +++ b/hw/dmx/doc/Makefile.am @@ -21,7 +21,7 @@ XML_FILES = dmx.xml scaled.xml -include ../../../doc/xml/xmlrules.in +include $(top_srcdir)/doc/xml/xmlrules.in if ENABLE_DEVEL_DOCS noinst_DATA = $(BUILT_DOC_FILES) diff --git a/hw/xfree86/doc/sgml/Makefile.am b/hw/xfree86/doc/sgml/Makefile.am index 5322b4263..efed19dd7 100644 --- a/hw/xfree86/doc/sgml/Makefile.am +++ b/hw/xfree86/doc/sgml/Makefile.am @@ -21,7 +21,7 @@ XML_FILES = DESIGN.xml -include ../../../../doc/xml/xmlrules.in +include $(top_srcdir)/doc/xml/xmlrules.in if ENABLE_DEVEL_DOCS noinst_DATA = $(BUILT_DOC_FILES)