summaryrefslogtreecommitdiff
path: root/sound-theme/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sound-theme/Makefile')
-rw-r--r--sound-theme/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sound-theme/Makefile b/sound-theme/Makefile
new file mode 100644
index 0000000..c53e3e9
--- /dev/null
+++ b/sound-theme/Makefile
@@ -0,0 +1,9 @@
+DOCS = sound-naming-spec.html sound-theme-spec.html
+
+%.html: %.xml
+ xsltproc http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl $< > $@
+
+all: $(DOCS)
+
+clean:
+ rm -f $(DOCS)