2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* src2html: Remove.
	* src2html1.4a: Remove.
	* configure.ac: Reflect changes above.
	* Makefile.am: Reflect changes above.
This commit is contained in:
Ralf Corsepius
2003-02-13 16:08:15 +00:00
parent fa652b57db
commit f827bded30
3 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src2html: Remove.
* src2html1.4a: Remove.
* configure.ac: Reflect changes above.
* Makefile.am: Reflect changes above.
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).

View File

@@ -1,6 +1,6 @@
## $Id$
ACLOCAL_AMFLAGS = -I ../../aclocal
EXTRA_DIST = word-replace2
SUBDIRS = bmenu src2html1.4a src2html texi2www
SUBDIRS = bmenu texi2www

View File

@@ -4,6 +4,8 @@ AC_PREREQ(2.57)
AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([word-replace2])
AC_CONFIG_AUX_DIR([../..])
RTEMS_VERSIONING
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
dnl Checks for programs.
@@ -22,11 +24,6 @@ AC_CHECK_FUNCS(strdup strstr)
AC_CONFIG_FILES([Makefile
bmenu/Makefile
src2html/Makefile
src2html1.4a/Makefile
src2html1.4a/Ctags/Makefile
src2html1.4a/FreeBSD/Makefile
src2html1.4a/ctags-emacs/Makefile
texi2www/Makefile
])
AC_OUTPUT