Skip to content
Snippets Groups Projects
Commit f6a00701 authored by Rolf Bork's avatar Rolf Bork
Browse files

Modified to add autogen files for PERL code documentation.

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3185 6dcd42c9-f523-4c6d-aada-af552506706e
parent 1b242bf4
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ all:
.PHONY : doc
doc:
(cd doc && doxygen doxygen.cfg)
(cd doc && bash ./doxScript && doxygen doxygen.cfg)
reclean:
......
......@@ -3914,6 +3914,7 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi
ac_config_files="$ac_config_files doc/doxygen.cfg"
ac_config_files="$ac_config_files doc/doxScript"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
......@@ -4616,6 +4617,7 @@ do
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"src/epics/util/Makefile") CONFIG_FILES="$CONFIG_FILES src/epics/util/Makefile" ;;
"doc/doxygen.cfg") CONFIG_FILES="$CONFIG_FILES doc/doxygen.cfg" ;;
"doc/doxScript") CONFIG_FILES="$CONFIG_FILES doc/doxScript" ;;
*) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac
......
......@@ -7,3 +7,4 @@ dnl ==========================
AC_OUTPUT( Makefile )
AC_OUTPUT( src/epics/util/Makefile )
AC_OUTPUT( doc/doxygen.cfg )
AC_OUTPUT( doc/doxScript )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment