Files
modules/doc
Xavier Delaruelle b6d4404153 install: fix Makefile generation flaws
Generate a shared 'Makefile.inc' file rather all 'Makefile's at
configure time. Avoid init/Makefile being rebuilt by initscript '%.in'
rules.

Correct 'all' rule typo in doc/Makefile.

Enforce '.modulespath' symlink creation when usecverdotmodulespath is
enabled.
2017-08-11 23:13:05 +02:00
..
2017-08-09 15:32:45 +02:00
2017-04-18 06:15:53 +02:00

This file briefly describes the documentation provided here.

readme.txt  This file.

example.txt There are lots of things you need to plan out
            for a fully functional modules environment.
            This document explains some of those details.

source/     Location of the source files used to create
            html and man documentation for modules.
            If you edit these files run make doc to
            rebuild the man and html files.

man/        Location of the man pages generated by make doc
html/       Location of the html pages generated by make doc

howto/      Location of How-to PDF files
paper/      Location of conference paper PDF files
talk/       Location of presentation support PDF files

emacs.txt    Hints for using modules with emacs lisp.