source: rtems/doc/main.am @ e2a5ab7

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

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

  • project.am, main.am: Use automake rules to build ps, pdf, info. Various minor changes.
  • Property mode set to 100644
File size: 359 bytes
Line 
1AM_MAKEINFOFLAGS = -I $(top_builddir) -I $(top_srcdir)
2TEXI2DVI = @TEXI2DVI@ -I $(top_builddir) -I $(top_srcdir)
3TEXI2PDF = @TEXI2PDF@ -I $(top_builddir) -I $(top_srcdir)
4
5html_projectdir = $(htmldir)/$(PROJECT)
6
7TEXI2WWW_ARGS=\
8-I $(srcdir) -I $(top_srcdir) \
9-dirfile ../index.html \
10-header rtems_header.html \
11-footer rtems_footer.html \
12-icons ../images
Note: See TracBrowser for help on using the repository browser.