source: rtems/doc/images/Makefile.am @ 3ba40b46

4.104.114.84.95
Last change on this file since 3ba40b46 was 3ba40b46, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:20

2002-03-27 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 267 bytes
Line 
1## $Id$
2
3
4html_imagesdir = $(htmldir)/images
5
6HTML_IMAGES = dir-arrow.gif dvi.gif missing-arrow.gif next-arrow.gif \
7    oaronly.jpg pdf.gif pdf1.gif prev-arrow.gif ps.gif up-arrow.gif
8
9if USE_HTML
10html_images_DATA = $(HTML_IMAGES)
11endif
12
13EXTRA_DIST = $(HTML_IMAGES)
Note: See TracBrowser for help on using the repository browser.