comparison DOCS/xml/Makefile.inc @ 11525:c35bdb0a16eb

Based on previous lines and nonsense of this I guess this file shouldn't be here. Who gets to drink?
author wight
date Tue, 25 Nov 2003 12:41:56 +0000
parents bb3e24e796eb
children 19919e913e3d
comparison
equal deleted inserted replaced
11524:03cc8751fec8 11525:c35bdb0a16eb
19 ifeq (html-single.xsl,$(wildcard html-single.xsl)) 19 ifeq (html-single.xsl,$(wildcard html-single.xsl))
20 HTML_SINGLE_XSL := html-single.xsl 20 HTML_SINGLE_XSL := html-single.xsl
21 ifeq (html-common.xsl,$(wildcard html-common.xsl)) 21 ifeq (html-common.xsl,$(wildcard html-common.xsl))
22 XSL_DEPS := $(HTML_SINGLE_XSL) html-common.xsl ../html-single.xsl ../html-common.xsl 22 XSL_DEPS := $(HTML_SINGLE_XSL) html-common.xsl ../html-single.xsl ../html-common.xsl
23 else 23 else
24 XSL_DEPS := $(HTML_SINGLE_XSL) html-common.xsl ../html-single.xsl ../html-common.xsl 24 XSL_DEPS := $(HTML_SINGLE_XSL) ../html-single.xsl ../html-common.xsl
25 endif 25 endif
26 else 26 else
27 HTML_SINGLE_XSL := ../html-single.xsl 27 HTML_SINGLE_XSL := ../html-single.xsl
28 XSL_DEPS := $(HTML_SINGLE_XSL) ../html-common.xsl 28 XSL_DEPS := $(HTML_SINGLE_XSL) ../html-common.xsl
29 endif 29 endif