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

4.104.114.84.95
Last change on this file since cf22081 was cf22081, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/23/03 at 00:04:48

2003-01-22 Ralf Corsepius <corsepiu@…>

  • supplements.am: Use automake rules to build ps, pdf, info. Various minor changes.
  • Property mode set to 100644
File size: 513 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
9AM_MAKEINFOFLAGS = -I $(top_builddir) -I $(top_srcdir)
10TEXI2DVI = @TEXI2DVI@ -I $(top_builddir) -I $(top_srcdir)
11TEXI2PDF = @TEXI2PDF@ -I $(top_builddir) -I $(top_srcdir)
12
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.