diff options
-rw-r--r-- | Makefile | 7 | ||||
-rw-r--r-- | debian/changelog | 4 |
2 files changed, 7 insertions, 4 deletions
@@ -51,9 +51,10 @@ debian-java-policy/index.html: policy.xml (cd debian-java-policy; rm -f $^) policy.txt: policy.xml - jw -u $< > dump.html - lynx -force_html -dump dump.html > $@ - -rm -f dump.html + #jw -u $< > dump.html + #lynx -force_html -dump dump.html > $@ + #-rm -f dump.html + jw -b txt $(DSL) $< install: debian-java-policy-install debian-java-faq-install dummy-install diff --git a/debian/changelog b/debian/changelog index e76fa3d..f92d4e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ java-common (0.17) unstable; urgency=low * Fixed some xml errors and reference error to debian policy, using patch from Ahmed <ahmed@baizid.org>, closes: #173033. + * Fixed Makefile so that it can produce proper txt output, closes: + #162377. - -- Ola Lundqvist <opal@debian.org> Mon, 16 Dec 2002 08:07:39 +0100 + -- Ola Lundqvist <opal@debian.org> Wed, 18 Dec 2002 05:56:54 +0100 java-common (0.16) unstable; urgency=low |