From 72f0e7f9b5556263203d0f1165846b0643392432 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 21 Feb 2011 23:43:36 -0500 Subject: [PATCH] Corrected doc paths for development branch. --- CMakeLists.txt | 2 +- docs/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a37ccf1..e3572837 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -562,7 +562,7 @@ FIND_PACKAGE(Doxygen) IF(DOXYGEN_FOUND) SET(PHYSFS_OUTPUT_DOXYFILE "${CMAKE_CURRENT_BINARY_DIR}/Doxyfile") CONFIGURE_FILE( - "${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile" + "${CMAKE_CURRENT_SOURCE_DIR}/docs/Doxyfile" "${PHYSFS_OUTPUT_DOXYFILE}" COPYONLY ) diff --git a/docs/Doxyfile b/docs/Doxyfile index e650fd2b..6c0ed295 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -362,7 +362,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = physfs.h +INPUT = src/physfs.h # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp