summaryrefslogtreecommitdiffstats
path: root/desktop-entry/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-entry/Makefile')
-rw-r--r--desktop-entry/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-entry/Makefile b/desktop-entry/Makefile
new file mode 100644
index 0000000..a612d82
--- /dev/null
+++ b/desktop-entry/Makefile
@@ -0,0 +1,4 @@
+all: desktop-entry-spec.html
+
+desktop-entry-spec.html: desktop-entry-spec.sgml
+ jade -t sgml -i html -d spec.dsl#html -V nochunks $^ > $@ \ No newline at end of file