source: rtems/doc/supplements/supplement.am @ e189f6b7

4.104.114.84.95
Last change on this file since e189f6b7 was e189f6b7, checked in by Joel Sherrill <joel.sherrill@…>, on 06/01/00 at 21:04:02

Patch from Ralf Corsepius <corsepiu@…> to:

This patch changes the installation directory of the supplements to
supplements/<cpu>.

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.

  • Property mode set to 100644
File size: 423 bytes
Line 
1## $Id$
2
3##
4## Makefile fragment common to all supplements/<cpu>/Makefile.ams
5##
6
7REPLACE2 = $(PERL) $(top_srcdir)/tools/word-replace2
8
9MAINTAINERCLEANFILES += $(GENERATED_FILES)
10CLEANFILES += *.fixed
11
12html_projectdir = $(htmldir)/supplements/$(PROJECT)
13
14TEXI2WWW_ARGS=\
15-I $(srcdir) \
16-dirfile ../../index.html \
17-header $(top_builddir)/rtems_header.html \
18-footer $(top_builddir)/rtems_footer.html \
19-icons ../../images
20
Note: See TracBrowser for help on using the repository browser.