mirror of
https://github.com/GnoConsortium/gno-docs.git
synced 2025-01-14 08:33:05 +00:00
wire in man pages to top level html pages
This commit is contained in:
parent
a47a656820
commit
d16e7f82a9
@ -9,6 +9,7 @@ DYNAMIC_TARGETS = $(WEB_HOME)/head.html \
|
||||
$(WEB_HOME)/tail.html \
|
||||
$(WEB_HOME)/index.html \
|
||||
$(WEB_HOME)/refs.html \
|
||||
$(WEB_HOME)/manindex.html \
|
||||
$(WEB_HOME)/oldnews.html
|
||||
|
||||
STATIC_TARGETS =
|
||||
|
37
manindex.html
Normal file
37
manindex.html
Normal file
@ -0,0 +1,37 @@
|
||||
<!--#include virtual="/gno2/head.html" -->
|
||||
<!-- ################################################### -->
|
||||
|
||||
<h2>GNO Manual Pages</h2>
|
||||
|
||||
This is the set of manual pages for the GNO base distribution. It does
|
||||
not include manual pages for utilities and libraries that are considered
|
||||
to be GNO "add-ons".
|
||||
<p>
|
||||
|
||||
<p>
|
||||
Each of the chapters has an introductory page, titled <b>intro</b>.
|
||||
For a brief introduction to the manual pages in general, see the
|
||||
<a href="man/man1/intro.1.html">Introduction to Chapter 1</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<ul>
|
||||
<li><a href="man/man1/00.index.html">Chapter 1</a>: Commands and Applications</li>
|
||||
<li><a href="man/man2/00.index.html">Chapter 2</a>: System Calls</li>
|
||||
<li><a href="man/man3/00.index.html">Chapter 3</a>: Library Routines</li>
|
||||
<li><a href="man/man4/00.index.html">Chapter 4</a>: Devices</li>
|
||||
<li><a href="man/man5/00.index.html">Chapter 5</a>: File Formats</li>
|
||||
<li><a href="man/man6/00.index.html">Chapter 6</a>: Games</li>
|
||||
<li><a href="man/man7/00.index.html">Chapter 7</a>: Miscellaneous</li>
|
||||
<li><a href="man/man8/00.index.html">Chapter 8</a>: System Administration</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Please note that these manual pages are for the current version.
|
||||
Some of the documented functions, programs, and files are not available
|
||||
for GNO v2.0.4.
|
||||
</p>
|
||||
|
||||
<!-- ################################################### -->
|
||||
<!--#include virtual="/gno2/tail.html" -->
|
Loading…
x
Reference in New Issue
Block a user