summaryrefslogtreecommitdiffstats
path: root/misc/dwdiff/README
diff options
context:
space:
mode:
author slakmagik2011-01-29 05:14:26 +0100
committer Robby Workman2011-03-01 16:26:04 +0100
commit0af14e85aec6c61f2468d5109246827bdb3f25be (patch)
tree4bb599b5bdf3d5b18596f3cbdd6c6aee0523361e /misc/dwdiff/README
parent526942b9da975aeb244037edfd0743b9a2c7ef31 (diff)
downloadslackbuilds-0af14e85aec6c61f2468d5109246827bdb3f25be.tar.gz
misc/dwdiff: Miscellaneous cleanups
Note in the README that the optional icu4c lib is available from SBo (which it might not be, being optional). Move the NLS setting to the rest of the settings so people who hand-edit don't have to look for magic settings. Remove useless braces. Tweak strip boilerplate. Simplify man page handling. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc/dwdiff/README')
-rw-r--r--misc/dwdiff/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/dwdiff/README b/misc/dwdiff/README
index 74cef98a63..17c4433461 100644
--- a/misc/dwdiff/README
+++ b/misc/dwdiff/README
@@ -16,4 +16,5 @@ If you wish to have nl manpages and/or de, fr, nl, ru localization pass
'NLS="de fr nl ru"' (or whichever of them is wanted) to the SlackBuild.
If you wish to enable the handling of Unicode text, install the icu4c
-library and pass "UNICODE=yes" to the SlackBuild.
+library (also available from SlackBuilds.org) and pass "UNICODE=yes" to
+the SlackBuild.