From f600eebd684cdce362f5bb4f269891f3ac35b813 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Jun 2010 19:37:12 +0000 Subject: [PATCH] =?UTF-8?q?2010-06-11=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Doxygen.in: Update. Misc. fixes. * doxy-filter: New (Copy of ../tools/build/doxy-filter). * Makefile.am: Add doxy-filter. --- cpukit/ChangeLog | 7 +++++++ cpukit/Makefile.am | 3 +++ 2 files changed, 10 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 5bdfc0d257..a1fca7acb5 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,10 @@ +2010-06-11 Ralf Corsépius + + * Doxygen.in: Update. + Misc. fixes. + * doxy-filter: New (Copy of ../tools/build/doxy-filter). + * Makefile.am: Add doxy-filter. + 2010-06-11 Ralf Corsépius * configure.ac: Remove c4x. diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 3a50f7c1eb..492413806d 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -177,6 +177,9 @@ include_rtems_HEADERS += libmisc/untar/untar.h ## fsmount include_rtems_HEADERS += libmisc/fsmount/fsmount.h +## HACK: doxygen filter. +EXTRA_DIST = doxy-filter + include $(srcdir)/preinstall.am include $(top_srcdir)/automake/subdirs.am include $(top_srcdir)/automake/local.am