From 8310199c1237567c4c55fb9df3f5ce863650a49e Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 20 Apr 2002 16:57:58 +0000 Subject: Initial revision --- xembed/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 xembed/Makefile (limited to 'xembed/Makefile') diff --git a/xembed/Makefile b/xembed/Makefile new file mode 100644 index 0000000..030626c --- /dev/null +++ b/xembed/Makefile @@ -0,0 +1,13 @@ +all: html-build.stamp xembed-spec.ps + +html-build.stamp: xembed-spec.xml + rm -rf html && mkdir html && \ + cd html && \ + docbook2html ../xembed-spec.xml && \ + touch ../html-build.stamp + +xembed-spec.ps: xembed-spec.xml + docbook2ps ./xembed-spec.xml + +clean: rm -rf html-build.stamp html xembed-spec.ps + -- cgit v1.2.3-70-g09d2