/hg/icedtea-web: Makefile.am: (generate-docs.stamp) added '-' t...
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Wed Jul 22 11:16:39 UTC 2015
changeset 08f1df9b7b4b in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=08f1df9b7b4b
author: Jiri Vanek <jvanek at redhat.com>
date: Wed Jul 22 13:16:26 2015 +0200
Makefile.am: (generate-docs.stamp) added '-' to tail of tail command as some implementations of tail parse the file information as the last argument
diffstat:
ChangeLog | 5 +++++
Makefile.am | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 89b9866eb1a3 -r 08f1df9b7b4b ChangeLog
--- a/ChangeLog Mon Jul 20 15:19:24 2015 +0200
+++ b/ChangeLog Wed Jul 22 13:16:26 2015 +0200
@@ -1,3 +1,8 @@
+2015-07-22 Fridrich Strba <fridrich.strba at suse.com>
+
+ * Makefile.am: (generate-docs.stamp) added '-' to tail of tail command as
+ some implementations of tail parse the file information as the last argument
+
2015-07-20 Jiri Vanek <jvanek at redhat.com>
* NEWS: change of permissions attribute mentioned in news
diff -r 89b9866eb1a3 -r 08f1df9b7b4b Makefile.am
--- a/Makefile.am Mon Jul 20 15:19:24 2015 +0200
+++ b/Makefile.am Wed Jul 22 13:16:26 2015 +0200
@@ -520,7 +520,7 @@
echo "<body><h3>$(PLUGIN_VERSION) docs:</h3>" >> $$HTML_DOCS_INDEX ; \
for LANG_ID in en_US.UTF-8 cs_CZ.UTF-8 pl_PL.UTF-8 de_DE.UTF-8 ; do \
ID=`echo "$$LANG_ID" | head -c 2` ; \
- ENCOD=`echo "$$LANG_ID" | tail -c 6` ; \
+ ENCOD=`echo "$$LANG_ID" | tail -c 6 -` ; \
export LANG=$$LANG_ID; \
mkdir "$$HTML_DOCS_TARGET_DIR/$$ID" ; \
echo "<li><a href='$$ID/icedtea-web.html'>$$LANG_ID</a></li>" >> "$$HTML_DOCS_INDEX" ; \
More information about the distro-pkg-dev
mailing list