From: <var...@us...> - 2010-12-03 19:15:36
|
Revision: 7748 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7748&view=rev Author: vargenau Date: 2010-12-03 19:15:30 +0000 (Fri, 03 Dec 2010) Log Message: ----------- Use DOCSDIR Modified Paths: -------------- trunk/doc/phpwiki.doxygen Modified: trunk/doc/phpwiki.doxygen =================================================================== --- trunk/doc/phpwiki.doxygen 2010-11-26 09:33:45 UTC (rev 7747) +++ trunk/doc/phpwiki.doxygen 2010-12-03 19:15:30 UTC (rev 7748) @@ -563,7 +563,7 @@ # and error messages should be written. If left blank the output is written # to stderr. -WARN_LOGFILE = ../apidocs/phpwiki/output.log +WARN_LOGFILE = $(DOCSDIR)/phpwiki/output.log #--------------------------------------------------------------------------- # configuration options related to the input files @@ -773,7 +773,7 @@ # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. -HTML_OUTPUT = ../apidocs/phpwiki +HTML_OUTPUT = $(DOCSDIR)/phpwiki # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |