summaryrefslogtreecommitdiffstats
path: root/doc/main.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-24 11:16:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-24 11:16:35 +0000
commitf28a6af24cf469725a76a22820d00ebe1f466363 (patch)
treecc8d9a440bfab9a7e24ef6d30a1ba9e1b3297e73 /doc/main.am
parent2003-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f28a6af24cf469725a76a22820d00ebe1f466363.tar.bz2
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* main.am: Remove AM_MAKEINFOFLAGS, TEXI2DVI, TEXI2PDF. Append -I $(top_builddir) to TEXI2WWW_ARGS. * project.am: Add AM_MAKEINFOFLAGS, TEXI2DVI, TEXI2PDF. Override automake's .dvi.ps:-rule.
Diffstat (limited to 'doc/main.am')
-rw-r--r--doc/main.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/main.am b/doc/main.am
index 24ad285c11..b5dde0910c 100644
--- a/doc/main.am
+++ b/doc/main.am
@@ -1,11 +1,8 @@
-AM_MAKEINFOFLAGS = -I $(top_builddir) -I $(top_srcdir)
-TEXI2DVI = @TEXI2DVI@ -I $(top_builddir) -I $(top_srcdir)
-TEXI2PDF = @TEXI2PDF@ -I $(top_builddir) -I $(top_srcdir)
html_projectdir = $(htmldir)/$(PROJECT)
TEXI2WWW_ARGS=\
--I $(srcdir) -I $(top_srcdir) \
+-I $(srcdir) -I $(top_srcdir) -I $(top_builddir) \
-dirfile ../index.html \
-header rtems_header.html \
-footer rtems_footer.html \