From a6e39d4a5928ddcb63f95e9108eefb8b8d79ce56 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 27 Feb 2019 07:22:54 +0100 Subject: Update Doxyfile to Doxygen 1.8.15 Generate Doxygen output in doc and ignore this directory in Git. Add RTEMS logo. The Doxygen documentation is now built using the source tree. Just invoke "doxygen" in the top-level source directory. The Doxyfile works also with at least Doxygen 1.8.13 and Doxygen 1.8.14. Update #3705. --- cpukit/configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpukit/configure.ac') diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 056d258d2a..5fd0f51d0f 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -377,8 +377,6 @@ AM_CONDITIONAL([CPU_V850],[test $RTEMS_CPU = "v850"]) AM_CONDITIONAL([CPU_X86_64],[test $RTEMS_CPU = "x86_64"]) # Explicitly list all Makefiles here -AC_CONFIG_FILES([ -Doxyfile -Makefile]) +AC_CONFIG_FILES([Makefile]) AC_OUTPUT -- cgit v1.2.3