mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user