summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-17 15:56:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-17 15:56:56 +0000
commita1ae70921b45ca7cb80ae62275e4bc1a00109b5f (patch)
treeba11f490a73838ab26fc67e182eed630d190aee0 /doc
parentFix broken ChangeLog entry. (diff)
downloadrtems-a1ae70921b45ca7cb80ae62275e4bc1a00109b5f.tar.bz2
2004-01-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove AUTOMAKE_FILES. Add ../scripts/setup.def ../COPYING to EXTRA_DIST. Add rtems.html.in to EXTRA_DIST.
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog6
-rw-r--r--doc/Makefile.am11
2 files changed, 12 insertions, 5 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * 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 <joel@OARcorp.com>
* 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