changeset 1226:d55e263cf02c icedtea-web-1.6

Fixed incorrect usage of apostrophes in intro generation * Makefile.am: (stamps/generate-docs.stamp) fixed redundant false in version appearing in doc intro
author Jiri Vanek <jvanek@redhat.com>
date Tue, 28 Apr 2015 14:43:50 +0200
parents 3bc1b01c148b
children 6b8cce85f251
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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@redhat.com>
 
 	Pre-release tuning
--- 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 ; \