pull a bunch of options out of clang-cc.cpp.  This doesn't include
options that the driver swizzles.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71487 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/tools/Makefile b/docs/tools/Makefile
index 48a4e70..90eb776 100644
--- a/docs/tools/Makefile
+++ b/docs/tools/Makefile
@@ -63,7 +63,7 @@
 
 $(DST_HTML_DIR)%.html: %.pod $(DST_HTML_DIR)/.dir
 	pod2html --css=manpage.css --htmlroot=. \
-	  --podpath=. --noindex --infile=$< --outfile=$@ --title=$*
+	  --podpath=. --infile=$< --outfile=$@ --title=$*
 
 $(DST_MAN_DIR)%.1: %.pod $(DST_MAN_DIR)/.dir
 	pod2man --release "clang 1.0" --center="Clang Tools Documentation" $< $@