Commit 45545208 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

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-d3aeb78583b8
Showing with 5 additions and 2 deletions
+5 -2
......@@ -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)
......
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
......
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