From a1ae70921b45ca7cb80ae62275e4bc1a00109b5f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 17 Jan 2004 15:56:56 +0000 Subject: 2004-01-17 Ralf Corsepius * Makefile.am: Remove AUTOMAKE_FILES. Add ../scripts/setup.def ../COPYING to EXTRA_DIST. Add rtems.html.in to EXTRA_DIST. --- doc/ChangeLog | 6 ++++++ doc/Makefile.am | 11 ++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index a3fba1d320..61fd91470a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2004-01-17 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_FILES. + Add ../scripts/setup.def ../COPYING to EXTRA_DIST. + Add rtems.html.in to EXTRA_DIST. + 2004-01-07 Joel Sherrill * configure.ac, index.html.in: mips64orion port removed as mips port diff --git a/doc/Makefile.am b/doc/Makefile.am index 88e136abc5..237b956b19 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -15,13 +15,11 @@ if USE_HTML html_DATA = index.html HELP.html endif -AUTOMAKE_FILES = project.am main.am - -EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html rtems_header.html.in \ - rtems_footer.html.in +EXTRA_DIST = 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 \ + common/rtems.texi.in html_imagesdir = $(htmldir)/images @@ -38,3 +36,6 @@ EXTRA_DIST += $(HTML_IMAGES) CLEANFILES = common/rtems.texi DISTCLEANFILES = common/rtems.sed + +# HACK: This should not be here, but it makes "make distcheck" work. +EXTRA_DIST += ../scripts/setup.def ../COPYING -- cgit v1.2.3