fixed Doxyfile for new build dirs default tip
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Sun, 29 Jan 2012 12:22:00 +0100
changeset 32 ec55981d8419
parent 31 8a78deb099db
fixed Doxyfile for new build dirs
.hgignore
Doxyfile
igc.pro
--- 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}
--- 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
--- 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