summaryrefslogtreecommitdiffstats
path: root/doc/images/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-27 14:08:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-27 14:08:42 +0000
commit5b150a85073ea68137e80d6d3bf2cf74fc3e3bb6 (patch)
treeb31df5ae006f065d5f27096b2a0b906ad2df7e47 /doc/images/Makefile.am
parentModified to give rpm removal command instead of install command again. (diff)
downloadrtems-5b150a85073ea68137e80d6d3bf2cf74fc3e3bb6.tar.bz2
Files moved around and missed in the previous commit.
Diffstat (limited to 'doc/images/Makefile.am')
-rw-r--r--doc/images/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/images/Makefile.am b/doc/images/Makefile.am
new file mode 100644
index 0000000000..ba276c7e60
--- /dev/null
+++ b/doc/images/Makefile.am
@@ -0,0 +1,14 @@
+## $Id$
+
+AUTOMAKE_OPTIONS = foreign
+
+html_imagesdir = $(htmldir)/images
+
+HTML_IMAGES = dir-arrow.gif dvi.gif missing-arrow.gif next-arrow.gif \
+oaronly.jpg pdf.gif pdf1.gif prev-arrow.gif ps.gif up-arrow.gif
+
+if USE_HTML
+html_images_DATA = $(HTML_IMAGES)
+endif
+
+EXTRA_DIST = $(HTML_IMAGES)