diff options
author | Haru <haru@dotalux.com> | 2016-10-01 19:57:15 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-10-02 17:26:07 +0200 |
commit | fad2325ed62ed8a3f7c09635415f096b680d34f9 (patch) | |
tree | c8cdfbc14b6472f8eaa59540ffc1cfec62c4a97a /configure | |
parent | d235a0ef5897aa0a145a79a4d41eed7257c246b7 (diff) | |
download | hercules-fad2325ed62ed8a3f7c09635415f096b680d34f9.tar.gz hercules-fad2325ed62ed8a3f7c09635415f096b680d34f9.tar.bz2 hercules-fad2325ed62ed8a3f7c09635415f096b680d34f9.tar.xz hercules-fad2325ed62ed8a3f7c09635415f096b680d34f9.zip |
Added Doxygen configuration (use 'make docs' to generate)
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2196,6 +2196,8 @@ ac_config_files="$ac_config_files src/test/Makefile" ac_config_files="$ac_config_files tools/HPMHookGen/Makefile" +ac_config_files="$ac_config_files tools/doxygen/Makefile" + ac_ext=c ac_cpp='$CPP $CPPFLAGS' @@ -10220,6 +10222,7 @@ do "src/tool/Makefile") CONFIG_FILES="$CONFIG_FILES src/tool/Makefile" ;; "src/test/Makefile") CONFIG_FILES="$CONFIG_FILES src/test/Makefile" ;; "tools/HPMHookGen/Makefile") CONFIG_FILES="$CONFIG_FILES tools/HPMHookGen/Makefile" ;; + "tools/doxygen/Makefile") CONFIG_FILES="$CONFIG_FILES tools/doxygen/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac |