summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-20 22:34:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-20 22:34:25 +0000
commit895dd076f047d7e22b08e695e1986127a2ff83ce (patch)
tree4eb4ad5c08ec9b65e0bdb68686d08943af97892e /doc/Makefile
parentNew file (diff)
downloadrtems-895dd076f047d7e22b08e695e1986127a2ff83ce.tar.bz2
rtems_support.html added.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index b306018624..82949440a4 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -19,6 +19,8 @@ headers:
sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \
<index.html >$(WWW_INSTALL)/index.html
sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \
+ <rtems_support.html >$(WWW_INSTALL)/rtems_support.html
+ sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \
<rtems_header.html >$(WWW_INSTALL)/rtems_header.html
sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \
<rtems_footer.html >$(WWW_INSTALL)/rtems_footer.html