summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)