diff options
author | Andreas Boll <[email protected]> | 2012-09-20 16:01:18 +0200 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2012-09-20 20:00:36 +0200 |
commit | 9e2af606b62d16d920d3a731ae80226d7fbe557e (patch) | |
tree | 3fad590fffbd3136de58f6da0fd9ca810bad521e | |
parent | 7b314b3b14c493ac94aaa1682b86a32ad3b6243d (diff) |
docs/contents: add autoconf.html link
make it easier to find the docs/autoconf.html site
Reviewed-by: Brian Paul <[email protected]>
-rw-r--r-- | docs/contents.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/contents.html b/docs/contents.html index 94b538da1af..bdafea8f980 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -41,6 +41,10 @@ <ul> <li><a href="download.html" target="_parent">Downloading / Unpacking</a> <li><a href="install.html" target="_parent">Compiling / Installing</a> + <ul> + <li><a href="autoconf.html" target="_parent">Autoconf</a></li> + </ul> +</li> <li><a href="precompiled.html" target="_parent">Precompiled Libraries</a> </ul> |