Replaced 'core' with 'main'.
Other minor updates.
diff --git a/doxygen/Makefile b/doxygen/Makefile
index c599c82..4da21fa 100644
--- a/doxygen/Makefile
+++ b/doxygen/Makefile
@@ -1,12 +1,13 @@
+

 default: full

 

 all: full subset

-	

+

 %.tag: %.doxy

 	doxygen $<

 

 FULL = \

-	core.doxy \

+	main.doxy \

 	math.doxy \

 	array_cache.doxy \

 	swrast.doxy \

@@ -18,7 +19,7 @@
 	$(foreach FILE,$(FULL),doxygen $(FILE);)

 

 SUBSET = \

-	core.doxy \

+	main.doxy \

 	math.doxy \

 	miniglx.doxy

 

diff --git a/doxygen/common.doxy b/doxygen/common.doxy
index 284cdc6..022085e 100644
--- a/doxygen/common.doxy
+++ b/doxygen/common.doxy
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 5.1
+PROJECT_NUMBER         = 6.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
diff --git a/doxygen/core.doxy b/doxygen/main.doxy
similarity index 94%
rename from doxygen/core.doxy
rename to doxygen/main.doxy
index bb84bd3..fa0e676 100644
--- a/doxygen/core.doxy
+++ b/doxygen/main.doxy
@@ -5,7 +5,7 @@
 #---------------------------------------------------------------------------
 # General configuration options
 #---------------------------------------------------------------------------
-PROJECT_NAME           = "Mesa Core"
+PROJECT_NAME           = "Mesa Core / Main files"
 #---------------------------------------------------------------------------
 # configuration options related to the input files
 #---------------------------------------------------------------------------
@@ -23,7 +23,7 @@
 #---------------------------------------------------------------------------
 # configuration options related to the HTML output
 #---------------------------------------------------------------------------
-HTML_OUTPUT            = core
+HTML_OUTPUT            = main
 #---------------------------------------------------------------------------
 # Configuration options related to the preprocessor   
 #---------------------------------------------------------------------------
@@ -45,4 +45,4 @@
                          swrast.tag=../swrast \
                          swrast_setup.tag=../swrast_setup \
                          tnl.tag=../tnl
-GENERATE_TAGFILE       = core.tag
+GENERATE_TAGFILE       = main.tag