From ef60f1ef98fe6e1852bf587ac3d2af500caafe85 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 13 Jan 2006 13:21:23 +0000 Subject: 2006-01-13 Ralf Corsepius * Makefile.am: Remove doxygen support having accidentially slipped into, though yesterday's patch. --- cpukit/ChangeLog | 5 +++++ cpukit/Makefile.am | 10 ---------- 2 files changed, 5 insertions(+), 10 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 2b3ea8be93..32313a1e27 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2006-01-13 Ralf Corsepius + + * Makefile.am: Remove doxygen support having accidentially slipped + into, though yesterday's patch. + 2006-01-12 Ralf Corsepius * Makefile.am, ftpd/Makefile.am, httpd/Makefile.am, diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index e37828fbd4..ace92e89ee 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -166,16 +166,6 @@ include_rtems_HEADERS += libmisc/untar/untar.h ## fsmount include_rtems_HEADERS += libmisc/fsmount/fsmount.h -cpukit.doxy: cpukit.doxy.in Makefile - d=`pwd`;cd $(PROJECT_INCLUDE);project_include=`pwd`;cd $$d; \ - sed \ - -e "s,[@]PROJECT_INCLUDE[@],$${project_include}," \ - -e 's,[@]DOXY_FILTER[@],$(top_srcdir)/$(RTEMS_TOPdir)/tools/build/doxy-filter,' \ - $(srcdir)/cpukit.doxy.in > cpukit.doxy - -doxy: preinstall-stamp cpukit.doxy - doxygen cpukit.doxy - include $(srcdir)/preinstall.am include $(top_srcdir)/automake/subdirs.am include $(top_srcdir)/automake/local.am -- cgit v1.2.3