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

4.104.114.84.95
Last change on this file since fa49393 was fa49393, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/02 at 16:56:37

2002-01-19 Ralf Corsepius <corsepiu@…>

  • supplement.am: Replace TEXI_COMMON with AM_MAKEINFOFLAGS.
  • Property mode set to 100644
File size: 453 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 ../..
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.