source: rtems/doc/supplements/supplement.am @ 6ff2c0a

4.104.114.84.95
Last change on this file since 6ff2c0a was 6ff2c0a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/08/02 at 09:05:39

2002-12-08 Ralf Corsepius <corsepiu@…>

  • supplement.am: Append -I $(topsrc_dir) to AM_MAKEINFOFLAGS.
  • Property mode set to 100644
File size: 470 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
9TEXINFO_TEX = ../../texinfo/texinfo.tex
10AM_MAKEINFOFLAGS = -I ../.. -I $(top_srcdir)
11
12MAINTAINERCLEANFILES += $(GENERATED_FILES)
13html_projectdir = $(htmldir)/supplements/$(PROJECT)
14
15TEXI2WWW_ARGS=\
16-I $(srcdir) -I $(top_srcdir) \
17-dirfile ../../index.html \
18-header rtems_header.html \
19-footer rtems_footer.html \
20-icons ../../images
Note: See TracBrowser for help on using the repository browser.