mirror of
https://github.com/envmodules/modules.git
synced 2026-06-18 00:06:53 +08:00
As for the PAGER environment variable, do not consider anymore the LESS environment variable for Modules pager configuration in order to avoid side effects coming from a general pager configuration not compatible with Modules pager handling. Previously when LESS was spotted defined, default paging command options were blanked if default pager was 'less'. With this change, even if LESS environment variable is defined, default paging command options are still taken into account. Adapt doc and tests accordingly. Complements #146
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.