summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-13 13:21:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-13 13:21:23 +0000
commitef60f1ef98fe6e1852bf587ac3d2af500caafe85 (patch)
tree820ba9dd1795b0b1d1e6ced2c67c773835150fb8 /cpukit
parentRegenerate. (diff)
downloadrtems-ef60f1ef98fe6e1852bf587ac3d2af500caafe85.tar.bz2
2006-01-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove doxygen support having accidentially slipped into, though yesterday's patch.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/Makefile.am10
2 files changed, 5 insertions, 10 deletions
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 <ralf.corsepius@rtems.org>
+
+ * Makefile.am: Remove doxygen support having accidentially slipped
+ into, though yesterday's patch.
+
2006-01-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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