mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-08 00:23:14 +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>
|
2004-01-07 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac, index.html.in: mips64orion port removed as mips port
|
* configure.ac, index.html.in: mips64orion port removed as mips port
|
||||||
|
|||||||
@@ -15,13 +15,11 @@ if USE_HTML
|
|||||||
html_DATA = index.html HELP.html
|
html_DATA = index.html HELP.html
|
||||||
endif
|
endif
|
||||||
|
|
||||||
AUTOMAKE_FILES = project.am main.am
|
EXTRA_DIST = 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 \
|
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
|
html_imagesdir = $(htmldir)/images
|
||||||
|
|
||||||
@@ -38,3 +36,6 @@ EXTRA_DIST += $(HTML_IMAGES)
|
|||||||
|
|
||||||
CLEANFILES = common/rtems.texi
|
CLEANFILES = common/rtems.texi
|
||||||
DISTCLEANFILES = common/rtems.sed
|
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