/hg/icedtea-web: Fixed incorrect usage of apostrophes in intro g...
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Tue Apr 28 12:44:18 UTC 2015
changeset 1b33e7e860d9 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=1b33e7e860d9
author: Jiri Vanek <jvanek at redhat.com>
date: Tue Apr 28 14:44:03 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 29485e5230f5 -r 1b33e7e860d9 ChangeLog
--- 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 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>
1.6 post-branch operations
diff -r 29485e5230f5 -r 1b33e7e860d9 Makefile.am
--- 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 ; \
More information about the distro-pkg-dev
mailing list