From 20220fdd3c82e6e8ab2945b8b9e27c1800f2755a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Jun 2010 11:11:24 +0000 Subject: =?UTF-8?q?2010-06-11=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * main.am: Don't install html_projectdir unconditionally. --- doc/ChangeLog | 1 + doc/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index 07d2acb22f..9ebc9a5fd9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,6 @@ 2010-06-11 Ralf Corsépius + * Makefile.am: Don't install html_imagesdir unconditionally. * main.am: Don't install html_projectdir unconditionally. * cpu_supplement/Makefile.am: Include main.am. diff --git a/doc/Makefile.am b/doc/Makefile.am index 8f67ac1c1b..9995134666 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -20,7 +20,9 @@ EXTRA_DIST = HELP.html rtems_header.html.in rtems_footer.html.in EXTRA_DIST += common/cpright.texi common/setup.texi \ common/treedef.tex common/rtems.texi.in +if USE_HTML html_imagesdir = $(htmldir)/images +endif HTML_IMAGES = images/dir-arrow.gif images/dvi.gif images/missing-arrow.gif \ images/next-arrow.gif images/oaronly.jpg images/pdf.gif images/pdf1.gif \ -- cgit v1.2.3