From e9e0d5de3f5af5a1580c86ff647209ffdc7c93ea Mon Sep 17 00:00:00 2001 From: otaylor Date: Thu, 8 Mar 2001 18:00:55 +0000 Subject: add ps to makefile, dsl tweaks --- desktop-entry/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'desktop-entry/Makefile') 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 > $@ -- cgit v1.2.3-70-g09d2