changeset 1227:1b33e7e860d9

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:44:03 +0200
parents 29485e5230f5
children 2b992e566c1f
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Apr 28 13:27:05 2015 +0200
+++ b/ChangeLog	Tue Apr 28 14:44:03 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>
 
 	1.6 post-branch operations
--- a/Makefile.am	Tue Apr 28 13:27:05 2015 +0200
+++ b/Makefile.am	Tue Apr 28 14:44:03 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 ; \