diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-02-16 16:15:01 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-02-16 16:15:01 +1100 |
commit | ccf431cdc39846407776e64e5e92d1b17a9bf2c2 (patch) | |
tree | 77183f5114ca01d21210bc3d0443d28fb6cec554 | |
parent | 24cc740d7a672e264d3aed55501db91ce7bb5664 (diff) | |
download | mongo-ccf431cdc39846407776e64e5e92d1b17a9bf2c2.tar.gz |
Match the README files by having the HTML docs start at docs/index.html
-rw-r--r-- | .hgignore | 10 | ||||
-rw-r--r-- | docs/Doxyfile | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.hgignore b/.hgignore index dcd070ed671..ad53134e80c 100644 --- a/.hgignore +++ b/.hgignore @@ -6,11 +6,11 @@ ^build.*/(ex_.*|lib.*|wt_.*) ^build.*/(aclocal\.m4|config\..*|configure|stamp-h1|w.*\.h) ^build_posix/gnu-support/(depcomp|install-sh|missing) -docs/doxygen.log -docs/html -docs/java -docs/latex -docs/python +^docs/(doxygen.log|installdox|search) +^docs/[^/]*\.(css|html|js|png)$ +^docs/java +^docs/latex +^docs/python src/server/WiredTiger_server src/server/gen-py /tags$ diff --git a/docs/Doxyfile b/docs/Doxyfile index 7d53a601151..3867d358b0d 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -852,7 +852,7 @@ GENERATE_HTML = YES # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. -HTML_OUTPUT = html +HTML_OUTPUT = . # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank |