Renamed documentation -> doxygen-output, doc -> documentation.

This commit is contained in:
Florian Pose 2006-09-25 15:55:46 +00:00
parent 6834f37b52
commit db08be7e1e
81 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ PROJECT_NUMBER = 1.1
# 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 = documentation
OUTPUT_DIRECTORY = doxygen-output
# 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

View File

@ -95,6 +95,6 @@ doc:
doxygen Doxyfile
cleandoc:
@rm -rf documentation
@rm -rf doxygen-output
#------------------------------------------------------------------------------