summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-25 15:20:45 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-25 15:20:45 +0200
commit4c1b6eb0f4d626166fab523263409f9c5e1722ae (patch)
tree22535c626d7efcf19d549e511ef89ff14b25b27e
parentfac0732835dfd2cb6191b887899362207ae6c537 (diff)
parent694b7e98bad38552d22c3dd45543a7e8bc403590 (diff)
fix conflict in xsltproc invocation
-rw-r--r--spec/Makefile2
-rw-r--r--spec/sound-naming-spec.xml2
-rw-r--r--spec/sound-theme-spec.xml2
3 files changed, 3 insertions, 3 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)
diff --git a/spec/sound-naming-spec.xml b/spec/sound-naming-spec.xml
index 659610d..ec7aa88 100644
--- a/spec/sound-naming-spec.xml
+++ b/spec/sound-naming-spec.xml
@@ -14,7 +14,7 @@
<authorblurb><para>Sound Naming Specification</para></authorblurb>
<affiliation>
<address>
- <email>marc-andre.lureau@nokia.com</email>
+ <email>marcandre.lureau@gmail.com</email>
</address>
</affiliation>
</author>
diff --git a/spec/sound-theme-spec.xml b/spec/sound-theme-spec.xml
index da5eeb9..e5a14ba 100644
--- a/spec/sound-theme-spec.xml
+++ b/spec/sound-theme-spec.xml
@@ -14,7 +14,7 @@
<authorblurb><para>Sound Theme Specification</para></authorblurb>
<affiliation>
<address>
- <email>marc-andre.lureau@nokia.com</email>
+ <email>marcandre.lureau@gmail.com</email>
</address>
</affiliation>
</author>