summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog7
-rw-r--r--cpukit/Makefile.am3
2 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 5bdfc0d257..a1fca7acb5 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * 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 <ralf.corsepius@rtems.org>
+
* configure.ac: Remove c4x.
* score/cpu/Makefile.am: 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