/hg/icedtea-web: Fixed typo in javadoc generation
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Wed Jan 6 16:39:05 UTC 2016
changeset 78a490b19df5 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=78a490b19df5
author: Jiri Vanek <jvanek at redhat.com>
date: Wed Jan 06 17:38:47 2016 +0100
Fixed typo in javadoc generation
diffstat:
ChangeLog | 5 +++++
Makefile.am | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 2a4f622776e9 -r 78a490b19df5 ChangeLog
--- a/ChangeLog Wed Jan 06 10:53:12 2016 +0100
+++ b/ChangeLog Wed Jan 06 17:38:47 2016 +0100
@@ -1,3 +1,8 @@
+2016-01-06 James Le Cuirot <chewi at gentoo.org>
+
+ Fixed typo in javadoc generation
+ * Makefile.am: (stamps/netx-docs.stamp) ( _OPTS)->(JAVADOC_OPTS)
+
2016-01-06 Jiri Vanek <jvanek at redhat.com>
Fixed PR2591 - IcedTea-Web request resources twice for meta informations and
diff -r 2a4f622776e9 -r 78a490b19df5 Makefile.am
--- a/Makefile.am Wed Jan 06 10:53:12 2016 +0100
+++ b/Makefile.am Wed Jan 06 17:38:47 2016 +0100
@@ -667,7 +667,7 @@
stamps/netx-docs.stamp:
if ENABLE_DOCS
- $(SYSTEM_JDK_DIR)/bin/javadoc $(JAVADOC_MEM_OPTS) $( _OPTS) \
+ $(SYSTEM_JDK_DIR)/bin/javadoc $(JAVADOC_MEM_OPTS) $(JAVADOC_OPTS) \
-d ${abs_top_builddir}/docs/netx -sourcepath $(NETX_SRCDIR) \
-doctitle 'IcedTea-Web: NetX API Specification' \
-windowtitle 'IcedTea-Web: NetX ' \
More information about the distro-pkg-dev
mailing list