mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
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:
@@ -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
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
@html = <../../doc/*.html>;
|
||||
@html = <../../doc/doxygen/*.html>;
|
||||
|
||||
# for each html file
|
||||
foreach $file (@html) {
|
||||
|
||||
Reference in New Issue
Block a user