summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOla Nordmann <olapc@yahoo.no>2001-11-14 08:07:11 +0000
committerOla Nordmann <olapc@yahoo.no>2001-11-14 08:07:11 +0000
commit196406f5864796382aaec1b375744b0574f0fa2c (patch)
treefc6eba6c8c7aa27d2e75a252ed79f16533280ed0 /Makefile
parent6c56ec1a7673e5e5f51ec91cd12b8bd2b700eaf4 (diff)
downloadjava-common-196406f5864796382aaec1b375744b0574f0fa2c.tar.gz
Made it possible to compile it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 058ea2e..5169ecc 100644
--- a/Makefile
+++ b/Makefile
@@ -23,11 +23,11 @@ LANGUAGE = LANG=C LC_CTYPE=C
all: policy debian-java-faq
# Policy part
-OUTPUTS=policy*.html policy.txt policy.ps policy.db
+OUTPUTS=policy*.html policy.txt policy.ps policy.sgml
policy: policy.ps policy.txt policy.html
-policy.tex: policy.db
+policy.tex: policy.sgml
jade -t tex \
-d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl \
/usr/lib/sgml/declaration/xml.decl $<
@@ -39,12 +39,12 @@ policy.dvi: policy.tex
policy.ps: policy.dvi
$(DVIPS) -f $< > $@
-policy.html: policy.db html.dsl
+policy.html: policy.sgml html.dsl
jade -t sgml \
-d html.dsl \
/usr/lib/sgml/declaration/xml.decl $<
-policy.txt: policy.db
+policy.txt: policy.sgml
jade -t sgml -V nochunks \
-d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl \
/usr/lib/sgml/declaration/xml.decl $< > dump.html
@@ -52,7 +52,7 @@ policy.txt: policy.db
-rm -f dump.html
validate:
- nsgmls -s -wxml /usr/lib/sgml/declaration/xml.decl policy.db
+ nsgmls -s -wxml /usr/lib/sgml/declaration/xml.decl policy.sgml
nsgmls -s debian-java-faq.sgml
install:: $(OUTPUTS)