summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-12 21:24:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-12 21:24:26 +0000
commitff460e586e27bf01bbfe772d32c53f3d895b7bd0 (patch)
tree5e3471246e1fd056bfc1560a3cd74625127f85c7
parentChanged command for installing the footer. (diff)
downloadrtems-ff460e586e27bf01bbfe772d32c53f3d895b7bd0.tar.bz2
Changed commands for installing numerous files to include $(SRCDIR).
-rw-r--r--doc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 82949440a4..14e6b578b1 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -17,13 +17,13 @@ dirs:
headers:
sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \
- <index.html >$(WWW_INSTALL)/index.html
+ <$(SRCDIR)/index.html >$(WWW_INSTALL)/index.html
sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \
- <rtems_support.html >$(WWW_INSTALL)/rtems_support.html
+ <$(SRCDIR)/rtems_support.html >$(WWW_INSTALL)/rtems_support.html
sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \
- <rtems_header.html >$(WWW_INSTALL)/rtems_header.html
+ <$(SRCDIR)/rtems_header.html >$(WWW_INSTALL)/rtems_header.html
sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \
- <rtems_footer.html >$(WWW_INSTALL)/rtems_footer.html
+ <$(SRCDIR)/rtems_footer.html >$(WWW_INSTALL)/rtems_footer.html
info: env
./do_docs $(BASEDIR) info