summaryrefslogtreecommitdiffstats
path: root/desktop-entry/Makefile
diff options
context:
space:
mode:
authorlanius <lanius>2003-07-09 14:08:08 +0000
committerlanius <lanius>2003-07-09 14:08:08 +0000
commit4f78e6cdc2263594b6c185b7d86e95c7d518ca70 (patch)
treeb445a5534eb80e81f4d44acb5f7ae9bee9ee1da0 /desktop-entry/Makefile
parentefc3b89e6120b7c4ed6af06249c24d8576619083 (diff)
downloadxdg-specs-4f78e6cdc2263594b6c185b7d86e95c7d518ca70.tar.xz
sync with website / convert to xml
Diffstat (limited to 'desktop-entry/Makefile')
-rw-r--r--desktop-entry/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/desktop-entry/Makefile b/desktop-entry/Makefile
deleted file mode 100644
index 678c153..0000000
--- a/desktop-entry/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: desktop-entry-spec.html desktop-entry-spec.ps
-
-desktop-entry-spec.html: desktop-entry-spec.sgml spec.dsl
- jade -t sgml -i html -d spec.dsl#html -V nochunks desktop-entry-spec.sgml > $@
-
-desktop-entry-spec.ps: desktop-entry-spec.sgml spec.dsl
- docbook2ps -d spec.dsl#print desktop-entry-spec.sgml > $@