diff options
Diffstat (limited to 'spec/Makefile')
| -rw-r--r-- | spec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/Makefile b/spec/Makefile index 1c445fb..b8d5567 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-1.73.2/xhtml/docbook.xsl $< > $@ + xsltproc /usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl $< > $@ all: $(DOCS) |
