diff options
Diffstat (limited to 'desktop-entry/Makefile')
-rw-r--r-- | desktop-entry/Makefile | 9 |
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 > $@ |