diff options
-rw-r--r-- | spec/Makefile | 2 | ||||
-rw-r--r-- | spec/sound-naming-spec.xml | 2 | ||||
-rw-r--r-- | spec/sound-theme-spec.xml | 2 |
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> |