Moved doxygen to other directory so 'doc' can be used for actual documentation

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@565 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-07-13 17:54:21 +00:00
parent 4d6bbf7829
commit 594c32d721
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
PROJECT_NAME = "Magic Set Editor"
PROJECT_NUMBER =
OUTPUT_DIRECTORY = ../../doc
OUTPUT_DIRECTORY = ../../doc/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
USE_WINDOWS_ENCODING = YES
+1 -1
View File
@@ -1,6 +1,6 @@
#! /usr/bin/perl
@html = <../../doc/*.html>;
@html = <../../doc/doxygen/*.html>;
# for each html file
foreach $file (@html) {