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.
This commit is contained in:
Ralf Corsepius
2004-01-17 15:56:56 +00:00
parent ad868f2e9a
commit a1ae70921b
2 changed files with 12 additions and 5 deletions

View File

@@ -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

View File

@@ -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