summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2008-06-28 22:50:16 +0300
committerMarc-André Lureau <marcandre.lureau@gmail.com>2008-06-28 22:50:16 +0300
commit694b7e98bad38552d22c3dd45543a7e8bc403590 (patch)
tree22535c626d7efcf19d549e511ef89ff14b25b27e
parent2c7c18962220696a9dea668ac8abbcba27598131 (diff)
Use xsl catalog to figure out the docbook XSL location
-rw-r--r--spec/Makefile2
1 files changed, 1 insertions, 1 deletions
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)