Skip to content
Snippets Groups Projects
Commit c47aa1ef authored by Fabian Greif's avatar Fabian Greif
Browse files

Changed build path for the doxygen documentation

parent 46da9af7
No related branches found
No related tags found
No related merge requests found
......@@ -105,12 +105,12 @@ env.SConscript('SConscript.check', exports='env')
# Generate the doxygen documentation
env.Doxygen('doc/doxyfile')
env.Alias('doxygen', 'homepage/api')
env.Alias('doxygen', 'build/api')
env.Alias('doc', 'doxygen')
env.Alias('templates', 'template')
env.Phony(show='@firefox doc/homepage/api/index.html &')
env.Phony(show='@firefox doc/build/api/index.html &')
env.Phony(unittest='@scons -Q -C src/')
env.Alias('all', ['doc', 'update', 'templates', 'unittest'])
......
......@@ -51,7 +51,7 @@ PROJECT_LOGO =
# 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 = homepage
OUTPUT_DIRECTORY = build
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment