/hg/release/icedtea-web-1.6: Fixed incorrect usage of apostrophe...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Tue Apr 28 12:44:22 UTC 2015


changeset d55e263cf02c in /hg/release/icedtea-web-1.6
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.6?cmd=changeset;node=d55e263cf02c
author: Jiri Vanek <jvanek at redhat.com>
date: Tue Apr 28 14:43:50 2015 +0200

	Fixed incorrect usage of apostrophes in intro generation
	* Makefile.am: (stamps/generate-docs.stamp) fixed redundant false in version appearing in doc intro


diffstat:

 ChangeLog   |  6 ++++++
 Makefile.am |  2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 3bc1b01c148b -r d55e263cf02c ChangeLog
--- a/ChangeLog	Tue Apr 28 14:00:17 2015 +0200
+++ b/ChangeLog	Tue Apr 28 14:43:50 2015 +0200
@@ -1,3 +1,9 @@
+2015-04-28  Jiri Vanek  <jvanek at redhat.com>
+
+	Fixed incorrect usage of apostrophes in intro generation
+	* Makefile.am: (stamps/generate-docs.stamp) fixed redundant false in version
+	appearing in doc intro
+
 2015-04-28  Jiri Vanek  <jvanek at redhat.com>
 
 	Pre-release tuning
diff -r 3bc1b01c148b -r d55e263cf02c Makefile.am
--- a/Makefile.am	Tue Apr 28 14:00:17 2015 +0200
+++ b/Makefile.am	Tue Apr 28 14:43:50 2015 +0200
@@ -534,7 +534,7 @@
 	  fi ; \
 	  mkdir -p "$$MAN_DESC" ; \
 	  $$TP_COMMAND man $$ENCOD "$$MAN_DESC" $$TP_TAIL ; \
-	  $$TP_COMMAND htmlIntro "$(NETX_DIR)/net/sourceforge/jnlp/resources/about_$$ID.html" "$$TP_TAIL"; \
+	  $$TP_COMMAND htmlIntro "$(NETX_DIR)/net/sourceforge/jnlp/resources/about_$$ID.html" $$TP_TAIL; \
 	done ; \
 	export LANG=$$LANG_BACKUP ; \
 	echo "</body></html>"  >> $$HTML_DOCS_INDEX ; \


More information about the distro-pkg-dev mailing list