diff options
author | Ola Nordmann <olapc@yahoo.no> | 2002-12-18 05:58:30 +0000 |
---|---|---|
committer | Ola Nordmann <olapc@yahoo.no> | 2002-12-18 05:58:30 +0000 |
commit | 36193238ef24c1618a364aa0fde6357b690423c1 (patch) | |
tree | 6015b5a0f85f44e295f714113e357f29720b4bf3 /Makefile | |
parent | 63689618b059c1f619de50cd091c2096912b88b4 (diff) | |
download | java-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-- | Makefile | 7 |
1 files changed, 4 insertions, 3 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 |