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

* supplement.am: Add -I $(top_builddir) TEXI2WWW_ARGS.
	* Makefile.am: Purge hppa1.1.
This commit is contained in:
Ralf Corsepius
2003-09-20 07:41:19 +00:00
parent ba6a9ec3b9
commit 9268434ce3
3 changed files with 6 additions and 2 deletions

View File

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

View File

@@ -3,7 +3,6 @@
SUBDIRS = arm
SUBDIRS += c4x
SUBDIRS += hppa1_1
SUBDIRS += i386
SUBDIRS += i960
SUBDIRS += m68k

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 \