From 21e473b0b061fb10d47319ed8607e2b8d1e7efc4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 18 Jan 2002 15:10:54 +0000 Subject: 2002-01-18 Ralf Corsepius * Makefile.am: Require automake-1.5. * project.am: Reworked. * main.am: New. * configure.ac: New. * configure.in: Removed. * bootstrap: Sync with RTEMS's toplevel bootstrap.sh. --- doc/main.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/main.am (limited to 'doc/main.am') diff --git a/doc/main.am b/doc/main.am new file mode 100644 index 0000000000..c3e32ab0c2 --- /dev/null +++ b/doc/main.am @@ -0,0 +1,11 @@ +TEXINFO_TEX = ../texinfo/texinfo.tex +TEXI_COMMON = -I .. + +html_projectdir = $(htmldir)/$(PROJECT) + +TEXI2WWW_ARGS=\ +-I $(srcdir) -I $(top_srcdir) \ +-dirfile ../index.html \ +-header rtems_header.html \ +-footer rtems_footer.html \ +-icons ../images -- cgit v1.2.3