File doxygenout of Package cegui
Description: Change of OUTPUT_DIRECTORY
This patch changes the OUTPUT_DIRECTORY variable in doxyfile.in so that the
output can be later moved into the corresponding debian package.
Author: Muammar El Khatib <muammar@debian.org>
Last-Update: <2013-12-17>
Index: cegui-mk2-0.8.2/doc/doxygen/doxyfile.in
===================================================================
--- cegui-mk2-0.8.2.orig/doc/doxygen/doxyfile.in 2013-12-14 22:00:00.000000000 +0200
+++ cegui-mk2-0.8.2/doc/doxygen/doxyfile.in 2013-12-14 22:06:21.000000000 +0200
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
PROJECT_NAME = "Crazy Eddie's GUI System"
PROJECT_NUMBER = "${CEGUI_VERSION}"
-OUTPUT_DIRECTORY =
+OUTPUT_DIRECTORY = "doc/doxygen"
OUTPUT_LANGUAGE = English
USE_WINDOWS_ENCODING = YES
BRIEF_MEMBER_DESC = YES