From 6521b630d15358a42a293c6e551c8de4c747e78d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 23 Nov 2003 21:31:40 +0000 Subject: 2003-11-23 Ralf Corsepius * Makefile.am: Add missing '\'. Reformat. --- doc/ChangeLog | 4 ++++ doc/Makefile.am | 15 +++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 907251758b..7adc17fae5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-11-23 Ralf Corsepius + + * Makefile.am: Add missing '\'. Reformat. + 2003-10-22 Joel Sherrill PR 513/doc diff --git a/doc/Makefile.am b/doc/Makefile.am index 9159eb9082..88e136abc5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -7,10 +7,9 @@ ACLOCAL_AMFLAGS = -I ../aclocal # NOTE: The order of the directories is essential. # + tools, common and images are shared across many documents -SUBDIRS = tools FAQ started user bsp_howto porting develenv \ - posix_users posix1003.1 filesystem itron3.0 networking ada_user \ - started_ada rtems_gdb rgdb_specs new_chapters relnotes supplements \ - gnu_docs +SUBDIRS = tools FAQ started user bsp_howto porting develenv posix_users \ + posix1003.1 filesystem itron3.0 networking ada_user started_ada \ + rtems_gdb rgdb_specs new_chapters relnotes supplements gnu_docs if USE_HTML html_DATA = index.html HELP.html @@ -18,16 +17,16 @@ endif AUTOMAKE_FILES = project.am main.am -EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html \ - rtems_header.html.in rtems_footer.html.in +EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html rtems_header.html.in \ + rtems_footer.html.in EXTRA_DIST += common/cpright.texi common/setup.texi common/timemac.texi \ - common/timetbl.t common/treedef.tex common/wksheets.t common/timing.t + common/timetbl.t common/treedef.tex common/wksheets.t common/timing.t html_imagesdir = $(htmldir)/images 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 + images/next-arrow.gif images/oaronly.jpg images/pdf.gif images/pdf1.gif \ images/rtems_logo.jpg images/prev-arrow.gif images/ps.gif \ images/up-arrow.gif -- cgit v1.2.3