[java-policy] 47/198: Fixed Makefile so that it can produce proper txt output, closes: #162377.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Sep 23 07:49:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository java-policy.
commit 36193238ef24c1618a364aa0fde6357b690423c1
Author: Ola Nordmann <olapc at yahoo.no>
Date: Wed Dec 18 05:58:30 2002 +0000
Fixed Makefile so that it can produce proper txt output, closes: #162377.
---
Makefile | 7 ++++---
debian/changelog | 4 +++-
2 files changed, 7 insertions(+), 4 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
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 at baizid.org>, closes: #173033.
+ * Fixed Makefile so that it can produce proper txt output, closes:
+ #162377.
- -- Ola Lundqvist <opal at debian.org> Mon, 16 Dec 2002 08:07:39 +0100
+ -- Ola Lundqvist <opal at debian.org> Wed, 18 Dec 2002 05:56:54 +0100
java-common (0.16) unstable; urgency=low
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-policy.git
More information about the pkg-java-commits
mailing list