in doc/man/fr/Makefile.am, set mandir before setting man_MANS, to more
closely match doc/man/Makefile.am git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4019 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
70afb990b3
commit
4554520805
|
@ -12,6 +12,9 @@ CVS code -
|
|||
- Update section 4.1 to describe how to open files with names
|
||||
beginning with '+' at specified columns as well as lines.
|
||||
(DLR)
|
||||
- doc/man/fr/Makefile.am:
|
||||
- Set mandir before setting man_MANS, to more closely match
|
||||
doc/man/Makefile.am. (DLR)
|
||||
- doc/syntax/python.nanorc:
|
||||
- Improve string highlighting regexes. (Mike Frysinger)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
man_MANS = nano.1 nanorc.5 rnano.1
|
||||
|
||||
mandir = @mandir@/fr
|
||||
|
||||
man_MANS = nano.1 nanorc.5 rnano.1
|
||||
|
||||
BUILT_SOURCES = nano.1.html nanorc.5.html rnano.1.html
|
||||
|
||||
nano.1.html: nano.1
|
||||
|
|
Loading…
Reference in New Issue