From 36193238ef24c1618a364aa0fde6357b690423c1 Mon Sep 17 00:00:00 2001 From: Ola Nordmann Date: Wed, 18 Dec 2002 05:58:30 +0000 Subject: Fixed Makefile so that it can produce proper txt output, closes: #162377. --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f9fb945..1234fca 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3