comparison doc/interpreter/Makefile.am @ 18213:8d7e45ea11fa stable

doc: Add new octave-cli man page (bug #41085). * octave-cli.1: New man page. * doc/interpreter/Makefile.am: Add octave-cli.1 to build system. * mkoctfile.1: Move "SEE ALSO" section to end of man page. *octave-config.1: Add "SEE ALSO" section to end of man page.
author Rik <rik@octave.org>
date Fri, 03 Jan 2014 19:30:12 -0800
parents d63878346099
children 4b32677b6229
comparison
equal deleted inserted replaced
18209:a0abcf377ec5 18213:8d7e45ea11fa
30 TEXMFCNF := "..$(PATH_SEPARATOR)$(srcdir)/..$(PATH_SEPARATOR)$(TEXMFCNF)$(PATH_SEPARATOR)" 30 TEXMFCNF := "..$(PATH_SEPARATOR)$(srcdir)/..$(PATH_SEPARATOR)$(TEXMFCNF)$(PATH_SEPARATOR)"
31 export TEXMFCNF 31 export TEXMFCNF
32 32
33 dist_man_MANS = \ 33 dist_man_MANS = \
34 mkoctfile.1 \ 34 mkoctfile.1 \
35 octave-cli.1 \
35 octave-config.1 \ 36 octave-config.1 \
36 octave.1 37 octave.1
37 38
38 ## The following files are included in the manual via the @EXAMPLEFILE macro. 39 ## The following files are included in the manual via the @EXAMPLEFILE macro.
39 ## They are dependencies for the documentation. 40 ## They are dependencies for the documentation.