From 5c383e10a0fd1e6f742ba52895bb08a3965c1cc8 Mon Sep 17 00:00:00 2001 From: jestin Date: Fri, 27 Sep 2002 17:26:11 +0000 Subject: Added the sgml file, and the production rules --- doc/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/Makefile (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..58cda97 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,9 @@ +.SUFFIXES: .sgml .pdf +all: ivy-java ivy-java.pdf + +.sgml.pdf: + db2pdf $< + +ivy-java: ivy-java.sgml + rm -fR ivy-java + db2html $< -- cgit v1.1