summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-09-20 07:41:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-09-20 07:41:19 +0000
commit9268434ce38b0f20ab1516f239e823d83ad4823b (patch)
treeda7130a423d5f13b2b42029aa930089201902f0a /doc
parent2003-09-19 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9268434ce38b0f20ab1516f239e823d83ad4823b.tar.bz2
2003-09-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* supplement.am: Add -I $(top_builddir) TEXI2WWW_ARGS. * Makefile.am: Purge hppa1.1.
Diffstat (limited to 'doc')
-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 \