diff --git a/doc/index.html.in b/doc/index.html.in index abb4017d1a..1dfb7ab116 100644 --- a/doc/index.html.in +++ b/doc/index.html.in @@ -192,7 +192,7 @@ - + RTEMS Intel i386 Applications Supplement @@ -202,7 +202,7 @@ - + RTEMS Intel i960 Applications Supplement @@ -222,7 +222,7 @@ - + RTEMS Motorola MC68xxx Applications Supplement @@ -232,7 +232,7 @@ - + RTEMS PowerPC Applications Supplement @@ -242,7 +242,7 @@ - + RTEMS SPARC Applications Supplement @@ -252,7 +252,7 @@ - + RTEMS Hewlett Packard PA-RISC Applications Supplement diff --git a/doc/supplements/supplement.am b/doc/supplements/supplement.am index 6869e0dd0a..151cba30b0 100644 --- a/doc/supplements/supplement.am +++ b/doc/supplements/supplement.am @@ -4,9 +4,17 @@ ## Makefile fragment common to all supplements//Makefile.ams ## -## Unused -## REPLACE = $(PERL) $(top_srcdir)/tools/word-replace REPLACE2 = $(PERL) $(top_srcdir)/tools/word-replace2 MAINTAINERCLEANFILES += $(GENERATED_FILES) CLEANFILES += *.fixed + +html_projectdir = $(htmldir)/supplements/$(PROJECT) + +TEXI2WWW_ARGS=\ +-I $(srcdir) \ +-dirfile ../../index.html \ +-header $(top_builddir)/rtems_header.html \ +-footer $(top_builddir)/rtems_footer.html \ +-icons ../../images +