mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-06 01:22:15 +03:00
in doc/man/Makefile.am, simplify the setting of SUBDIRS
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3603 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
6119fabdcc
commit
17ab6ed580
@ -414,6 +414,8 @@ CVS code -
|
|||||||
alphabetical order. (Benno Schulenberg)
|
alphabetical order. (Benno Schulenberg)
|
||||||
- Change all occurrences of "file name" to "filename". (Benno
|
- Change all occurrences of "file name" to "filename". (Benno
|
||||||
Schulenberg)
|
Schulenberg)
|
||||||
|
- doc/man/Makefile.am:
|
||||||
|
- Simplify the setting of SUBDIRS. (DLR)
|
||||||
- doc/man/fr/nano.1, doc/man/fr/nanorc.5, doc/man/fr/rnano.1:
|
- doc/man/fr/nano.1, doc/man/fr/nanorc.5, doc/man/fr/rnano.1:
|
||||||
- Updated manpage translations by Jean-Philippe Guérard.
|
- Updated manpage translations by Jean-Philippe Guérard.
|
||||||
- doc/nanorc.sample:
|
- doc/nanorc.sample:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
if USE_NLS
|
|
||||||
SUBDIRS = fr
|
|
||||||
else
|
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
|
|
||||||
|
if USE_NLS
|
||||||
|
SUBDIRS += fr
|
||||||
endif
|
endif
|
||||||
|
|
||||||
man_MANS = nano.1 nanorc.5 rnano.1
|
man_MANS = nano.1 nanorc.5 rnano.1
|
||||||
|
Loading…
Reference in New Issue
Block a user