Index: trunk/psLib/Doxyfile.in
===================================================================
--- trunk/psLib/Doxyfile.in	(revision 3589)
+++ trunk/psLib/Doxyfile.in	(revision 8964)
@@ -18,5 +18,5 @@
 # by quotes) that should identify the project.
 
-PROJECT_NAME           = "Pan-STARRS Foundation Library"
+PROJECT_NAME           = @PACKAGE_NAME@
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
@@ -31,5 +31,6 @@
 # where doxygen was started. If left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = @prefix@/docs/pslib
+# @top_builddir@ doesn't work for some reason
+OUTPUT_DIRECTORY       = @builddir@/docs
 
 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
@@ -362,5 +363,5 @@
 # with spaces.
 
-INPUT                  = src
+INPUT                  = @top_srcdir@/src
 
 # If the value of the INPUT tag contains directories, you can use the
@@ -934,5 +935,5 @@
 # interpreter (i.e. the result of `which perl').
 
-PERL_PATH              = /usr/bin/perl
+PERL_PATH              = @PERL@
 
 #---------------------------------------------------------------------------
