Since we have recently migrated this code from make to autoconf, 
there may be some historical ideocynrasies that may confuse.

Typically we have organinized the package to use:

	./src 	The library source code
	./doc	Where original documentation is kept
	./dox	Where doxygen documentation is built
	./apps	Applications that use the libraries
	./test  A suite of test scripts 


If you want to edit the Doxygen configuration, you should edit:
	./dox/Doygen.in
	./dox/Makefile.am

If you do this run
	./congig.status

You can also edit
	./dox/Mainfoot.html
	./dos/Mainpage.dox

Errors will be reported to 
	./dox/doxygen.warnings


