From 694b7e98bad38552d22c3dd45543a7e8bc403590 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Sat, 28 Jun 2008 22:50:16 +0300 Subject: Use xsl catalog to figure out the docbook XSL location --- spec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/Makefile b/spec/Makefile index b8d5567..c53e3e9 100644 --- a/spec/Makefile +++ b/spec/Makefile @@ -1,7 +1,7 @@ DOCS = sound-naming-spec.html sound-theme-spec.html %.html: %.xml - xsltproc /usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl $< > $@ + xsltproc http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl $< > $@ all: $(DOCS) -- cgit