summaryrefslogtreecommitdiffstats
path: root/doc/images/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-08 09:04:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-08 09:04:43 +0000
commit2106fc763f04645825d0e4a01d86bdf0d6a0ea09 (patch)
tree2e1f14e732c8e536eb58634c153eef614f535e4a /doc/images/Makefile.am
parent2002-12-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2106fc763f04645825d0e4a01d86bdf0d6a0ea09.tar.bz2
2002-12-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in images/Makefile.am, common/Makefile.am. * images/Makefile.am: Remove. * common/Makefile.am: Remove. * configure.ac: Reflect changes above. * main.am: Append -I $(topsrc_dir) to AM_MAKEINFOFLAGS.
Diffstat (limited to '')
-rw-r--r--doc/images/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/images/Makefile.am b/doc/images/Makefile.am
deleted file mode 100644
index b3d700461d..0000000000
--- a/doc/images/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-## $Id$
-
-
-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)