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/supplements/supplement.am | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'doc/supplements') 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