From e189f6b71fa5a2f35e5706c2e5f1425064178630 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 1 Jun 2000 21:04:02 +0000 Subject: Patch from Ralf Corsepius to: This patch changes the installation directory of the supplements to supplements/. This allows browsing the html files inside of the source tree, because after having applied this patch, the structure of the html installation directory hierarchy is the same as the directory structure of the source tree. --- doc/index.html.in | 12 ++++++------ doc/supplements/supplement.am | 12 ++++++++++-- 2 files changed, 16 insertions(+), 8 deletions(-) (limited to 'doc') 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 + -- cgit v1.2.3