diff options
author | Chad Versace <chad.versace@linux.intel.com> | 2012-11-14 23:34:24 -0800 |
---|---|---|
committer | Chad Versace <chad.versace@linux.intel.com> | 2012-11-14 23:56:27 -0800 |
commit | e7eba0108bb8fd28a1c337affc0bb0c00f5bf137 (patch) | |
tree | a602b721017bc051cb269826955e6a9bbc22ad06 /doc | |
parent | e9d612ec64c78cfb31a41784a69d0eaf062b78ad (diff) |
doc/html: Add an index of manpages
Add a new file, /doc/html/man/index.html, that simply a list of links to
each manpge.
This will become /man/index.html on Waffle's website, and also allows
users to more easily navigate installed documentation.
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/man/index.html | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/doc/html/man/index.html b/doc/html/man/index.html new file mode 100644 index 0000000..8c05768 --- /dev/null +++ b/doc/html/man/index.html @@ -0,0 +1,70 @@ +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <title>waffle - Manual Page Index</title> + <link rel="stylesheet" type="text/css" href="manpage.css"> + </head> + + <body> + <h2>waffle - Manual Page Index</h2> + <ul style="list-style-type:none"> + <li> + <a href="waffle.7.html">waffle(7)</a> + </li> + <li> + <a href="waffle_attrib_list.3.html">waffle_attrib_list(3)</a> + </li> + <li> + <a href="wafffle_config.3.html">wafffle_config(3)</a> + </li> + <li> + <a href="waffle_context.3.html">waffle_context(3)</a> + </li> + <li> + <a href="waffle_display.3.html">waffle_display(3)</a> + </li> + <li> + <a href="waffle_dl.3.html">waffle_dl(3)</a> + </li> + <li> + <a href="waffle_enum.3.html">waffle_enum(3)</a> + </li> + <li> + <a href="waffle_error.3.html">waffle_error(3)</a> + </li> + <li> + <a href="waffle_gbm.3.html">waffle_gbm(3)</a> + </li> + <li> + <a href="waffle_get_proc_address.3.html">waffle_get_proc_address(3)</a> + </li> + <li> + <a href="waffle_glx.3.html">waffle_glx(3)</a> + </li> + <li> + <a href="waffle_init.3.html">waffle_init(3)</a> + </li> + <li> + <a href="waffle_init.3.html">waffle_init(3)</a> + </li> + <li> + <a href="waffle_is_extension_in_string.3.html">waffle_is_extension_in_string(3)</a> + </li> + <li> + <a href="waffle_make_current.3.html">waffle_make_current(3)</a> + </li> + <li> + <a href="waffle_native.3.html">waffle_native(3)</a> + </li> + <li> + <a href="waffle_wayland.3.html">waffle_wayland(3)</a> + </li> + <li> + <a href="waffle_window.3.html">waffle_window(3)</a> + </li> + <li> + <a href="waffle_x11_egl.3.html">waffle_x11_egl(3)</a> + </li> + </ul> + </body> +</html> |