diff options
author | otaylor <otaylor> | 2001-03-08 17:38:23 +0000 |
---|---|---|
committer | otaylor <otaylor> | 2001-03-08 17:38:23 +0000 |
commit | 9c493d5fca5fcceca4e1bc0b2b2ba8a13c5eb12e (patch) | |
tree | c4268c0b41f4bf6d911f25216aebe847f36a9975 /desktop-entry/Makefile | |
download | xdg-specs-9c493d5fca5fcceca4e1bc0b2b2ba8a13c5eb12e.tar.xz |
Initial revision
Diffstat (limited to 'desktop-entry/Makefile')
-rw-r--r-- | desktop-entry/Makefile | 4 |
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 |