summaryrefslogtreecommitdiffstats
path: root/desktop-entry/Makefile
diff options
context:
space:
mode:
authorotaylor <otaylor>2001-03-08 18:00:55 +0000
committerotaylor <otaylor>2001-03-08 18:00:55 +0000
commite9e0d5de3f5af5a1580c86ff647209ffdc7c93ea (patch)
tree0d193064cdcc9ffd45b0d834dfa266d35a35c214 /desktop-entry/Makefile
parent4ad8ca14483097d645297e4b4b679fc1bbebf563 (diff)
downloadxdg-specs-e9e0d5de3f5af5a1580c86ff647209ffdc7c93ea.tar.xz
add ps to makefile, dsl tweaks
Diffstat (limited to 'desktop-entry/Makefile')
-rw-r--r--desktop-entry/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/desktop-entry/Makefile b/desktop-entry/Makefile
index a612d82..678c153 100644
--- a/desktop-entry/Makefile
+++ b/desktop-entry/Makefile
@@ -1,4 +1,7 @@
-all: desktop-entry-spec.html
+all: desktop-entry-spec.html desktop-entry-spec.ps
-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
+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 > $@