Commit 023db6aa authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

per Mike Frysinger's patch, don't install the localized versions of the

manpages if nano is built with --disable-nls


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3175 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 41dd9122
Showing with 8 additions and 0 deletions
+8 -0
......@@ -97,6 +97,9 @@ CVS code -
completion functions adapted from busybox. Also, invoke LGPL
clause 3 to convert all LGPLed functions to GPLed ones, so
that we don't have to include a copy of the LGPL. (DLR)
- Don't install the localized versions of the manpages if
nano is built with --disable-nls. Changes to Makefile.am and
doc/man/Makefile.am. (Mike Frysinger)
- chars.c:
mbwidth()
- If wcwidth() returns -1 for the character passed in, treat the
......
......@@ -39,6 +39,7 @@ dnl Internationalization macros.
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT([external], [need-ngettext])
AM_CONDITIONAL(USE_NLS, test "x$USE_NLS" = "xyes")
dnl Checks for header files.
......
if USE_NLS
SUBDIRS = fr
else
SUBDIRS =
endif
man_MANS = nano.1 nanorc.5
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment