[dox] generated doxygen html docs go to doc/generated/html by default, removed useless make target

This commit is contained in:
Felix Ruess
2012-10-16 11:06:31 +02:00
parent 3f192fa17b
commit 0bacd14eae
3 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# ignore html dir for github pages
/doc/html
/doc/generated
*.so
*.[oa]
+2 -2
View File
@@ -51,7 +51,7 @@ PROJECT_LOGO = data/pictures/penguin_icon.png
# 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 = doc/html
OUTPUT_DIRECTORY = doc/generated
# 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
@@ -828,7 +828,7 @@ GENERATE_HTML = YES
# 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 = docs
HTML_OUTPUT =
# 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
+1 -5
View File
@@ -210,10 +210,6 @@ upload_ms ms.upload: ms
#####
#####
doxygen:
mkdir -p dox
doxygen Doxyfile
run_sitl :
$(PAPARAZZI_HOME)/var/$(AIRCRAFT)/sim/simsitl
@@ -282,4 +278,4 @@ run_tests:
test: all replace_current_conf_xml run_tests restore_conf_xml
.PHONY: all print_build_version clean cleanspaces ab_clean dist_clean distclean dist_clean_irreversible doxygen run_sitl install uninstall test replace_current_conf_xml run_tests restore_conf_xml
.PHONY: all print_build_version clean cleanspaces ab_clean dist_clean distclean dist_clean_irreversible run_sitl install uninstall test replace_current_conf_xml run_tests restore_conf_xml