aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorjestin2002-09-27 17:26:11 +0000
committerjestin2002-09-27 17:26:11 +0000
commit5c383e10a0fd1e6f742ba52895bb08a3965c1cc8 (patch)
tree5d9041654e4b98263c0a32e29a015af9f8c28eec /doc/Makefile
parenteec0dae309abe856e76ad850c12bb5fe68fb10f8 (diff)
downloadivy-java-5c383e10a0fd1e6f742ba52895bb08a3965c1cc8.zip
ivy-java-5c383e10a0fd1e6f742ba52895bb08a3965c1cc8.tar.gz
ivy-java-5c383e10a0fd1e6f742ba52895bb08a3965c1cc8.tar.bz2
ivy-java-5c383e10a0fd1e6f742ba52895bb08a3965c1cc8.tar.xz
Added the sgml file, and the production rules
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile9
1 files changed, 9 insertions, 0 deletions
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 $<