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 <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
		
							parent
							
								
									c25b407f22
								
							
						
					
					
						commit
						f33512b70c
					
				|  | @ -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) | ||||
|  |  | |||
|  | @ -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 | ||||
|  |  | |||
|  | @ -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) | ||||
|  |  | |||
|  | @ -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) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue