summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOla Nordmann <olapc@yahoo.no>2002-12-18 05:58:30 +0000
committerOla Nordmann <olapc@yahoo.no>2002-12-18 05:58:30 +0000
commit36193238ef24c1618a364aa0fde6357b690423c1 (patch)
tree6015b5a0f85f44e295f714113e357f29720b4bf3 /Makefile
parent63689618b059c1f619de50cd091c2096912b88b4 (diff)
downloadjava-common-debian/0.17.tar.gz
Fixed Makefile so that it can produce proper txt output, closes: #162377.debian/0.17
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
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