diff --git a/autobuild.xml b/autobuild.xml
index 3eab52608b8e4715d2f223bbc623073fdddd3ffc..e73ebce82579c6e6d506d6466d0a8b7a96188862 100755
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -2476,7 +2476,7 @@
               <map>
                 <key>arguments</key>
                 <array>
-                  <string>Doxyfile</string>
+                  <string>doxygen/Doxyfile</string>
                 </array>
                 <key>command</key>
                 <string>doxygen</string>
@@ -2508,7 +2508,7 @@
               <map>
                 <key>options</key>
                 <array>
-                  <string>-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo</string>
+                  <string>-DCMAKE_BUILD_TYPE:STRING=Release</string>
                   <string>-DWORD_SIZE:STRING=32</string>
                   <string>-DROOT_PROJECT_NAME:STRING=SecondLife</string>
                   <string>-DINSTALL_PROPRIETARY=TRUE</string>
diff --git a/indra/doxygen/Doxyfile.in b/indra/doxygen/Doxyfile.in
index 5c600debdfe63eb6e50baab56f1919ab389d784a..26c522f1dd0702cb57f08fa158eb90828557afa0 100644
--- a/indra/doxygen/Doxyfile.in
+++ b/indra/doxygen/Doxyfile.in
@@ -574,7 +574,7 @@ WARN_LOGFILE           = @CMAKE_CURRENT_BINARY_DIR@/doxygen_warnings.log
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.
 
-INPUT                  = @CMAKE_CURRENT_SOURCE_DIR@/../indra
+INPUT                  = @CMAKE_CURRENT_SOURCE_DIR@/../../indra
 ## TODO We would like to also have the includes from  @CMAKE_CURRENT_BINARY_DIR@/packages/include
 ##      but at present that is too expensive.  Ideally, we will modify each package build to do 
 ##      generation of doxygen docs, and install them in a modular way that we can connect.  See TAGS