From ff460e586e27bf01bbfe772d32c53f3d895b7bd0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Oct 1998 21:24:26 +0000 Subject: Changed commands for installing numerous files to include $(SRCDIR). --- doc/Makefile | 8 ++++---- 1 file 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)/' \ - $(WWW_INSTALL)/index.html + <$(SRCDIR)/index.html >$(WWW_INSTALL)/index.html sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \ - $(WWW_INSTALL)/rtems_support.html + <$(SRCDIR)/rtems_support.html >$(WWW_INSTALL)/rtems_support.html sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \ - $(WWW_INSTALL)/rtems_header.html + <$(SRCDIR)/rtems_header.html >$(WWW_INSTALL)/rtems_header.html sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \ - $(WWW_INSTALL)/rtems_footer.html + <$(SRCDIR)/rtems_footer.html >$(WWW_INSTALL)/rtems_footer.html info: env ./do_docs $(BASEDIR) info -- cgit v1.2.3