summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/supplements/ChangeLog5
-rw-r--r--doc/supplements/Makefile.am1
-rw-r--r--doc/supplements/supplement.am2
3 files changed, 6 insertions, 2 deletions
diff --git a/doc/supplements/ChangeLog b/doc/supplements/ChangeLog
index 427e0d15b2..da3b305d73 100644
--- a/doc/supplements/ChangeLog
+++ b/doc/supplements/ChangeLog
@@ -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.
diff --git a/doc/supplements/Makefile.am b/doc/supplements/Makefile.am
index fe175fa70e..d020b80407 100644
--- a/doc/supplements/Makefile.am
+++ b/doc/supplements/Makefile.am
@@ -3,7 +3,6 @@
SUBDIRS = arm
SUBDIRS += c4x
-SUBDIRS += hppa1_1
SUBDIRS += i386
SUBDIRS += i960
SUBDIRS += m68k
diff --git a/doc/supplements/supplement.am b/doc/supplements/supplement.am
index 752523065a..62542391d1 100644
--- a/doc/supplements/supplement.am
+++ b/doc/supplements/supplement.am
@@ -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 \