From e8703b64d39a2a898844d97bd173c355c48fdaf6 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Mon, 24 Sep 2007 10:35:00 +0000 Subject: [PATCH] Added Doxyfile to configuration files. --- Doxyfile => Doxyfile.in | 2 +- configure.ac | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename Doxyfile => Doxyfile.in (99%) 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