# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1327836120 -3600 # Node ID ec55981d841967ec4deb671d3d03c2a8395a2187 # Parent 8a78deb099db8e6e02aab5ad1e76c8d32964aef2 fixed Doxyfile for new build dirs diff -r 8a78deb099db -r ec55981d8419 .hgignore --- a/.hgignore Sun Jan 29 12:18:43 2012 +0100 +++ b/.hgignore Sun Jan 29 12:22:00 2012 +0100 @@ -4,3 +4,4 @@ Makefile{,.Debug,.Release} igc{,-debug} i18n/igc.de_DE.qm +doc/{html,latex} diff -r 8a78deb099db -r ec55981d8419 Doxyfile --- a/Doxyfile Sun Jan 29 12:18:43 2012 +0100 +++ b/Doxyfile Sun Jan 29 12:22:00 2012 +0100 @@ -38,7 +38,7 @@ # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = .build +OUTPUT_DIRECTORY = doc # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output diff -r 8a78deb099db -r ec55981d8419 igc.pro --- a/igc.pro Sun Jan 29 12:18:43 2012 +0100 +++ b/igc.pro Sun Jan 29 12:22:00 2012 +0100 @@ -41,7 +41,7 @@ igc.cc plot.cc # doxygen documentation -doxy.target = .build/html/index.html +doxy.target = doc/html/index.html doxy.depends = Doxyfile $$SOURCES $$HEADERS doxy.commands = doxygen Doxyfile \ && touch $$doxy.target