diff --git a/Doxyfile b/Doxyfile.in similarity index 99% rename from Doxyfile rename to Doxyfile.in index baf00445..2b0422c5 100644 --- a/Doxyfile +++ b/Doxyfile.in @@ -23,7 +23,7 @@ PROJECT_NAME = "IgH EtherCAT master" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.2 +PROJECT_NUMBER = @VERSION@ # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/configure.ac b/configure.ac index 0e43facb..b389ca09 100644 --- a/configure.ac +++ b/configure.ac @@ -458,6 +458,7 @@ AC_SUBST(ENABLE_EOE,[$eoe]) #------------------------------------------------------------------------------ AC_CONFIG_FILES([ + Doxyfile Kbuild Makefile master/Kbuild