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.
This commit is contained in:
Ralf Corsepius
2003-01-24 11:16:35 +00:00
parent 08df9a21e4
commit f28a6af24c
3 changed files with 20 additions and 5 deletions

View File

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