2003-09-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* supplement.am: Add -I $(top_builddir) TEXI2WWW_ARGS.
This commit is contained in:
Ralf Corsepius
2003-09-20 07:39:30 +00:00
parent 67c6b92bc8
commit 39f4570cc6
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-09-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* supplement.am: Add -I $(top_builddir) TEXI2WWW_ARGS.
2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add c4x, cosmetical changes.

View File

@@ -9,7 +9,7 @@ REPLACE2 = $(PERL) $(top_srcdir)/tools/word-replace2
html_projectdir = $(htmldir)/supplements/$(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 \