2006-01-13 Ralf Corsepius <ralf.corsepius@rtems.org>

* Makefile.am: Remove doxygen support having accidentially slipped
	into, though yesterday's patch.
This commit is contained in:
Ralf Corsepius
2006-01-13 13:21:23 +00:00
parent e24ae58a97
commit ef60f1ef98
2 changed files with 5 additions and 10 deletions

View File

@@ -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,

View File

@@ -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