summaryrefslogtreecommitdiffstats
path: root/doc/src2html/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-13 18:14:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-13 18:14:00 +0000
commitbf360296924975cab3e45e660b6f3d64c09ea583 (patch)
tree943f7b38039c9aee2726396ae38c3e282fd028cd /doc/src2html/Makefile
parentChanged settings for RPREFIX and DIRPREFIX. (diff)
downloadrtems-bf360296924975cab3e45e660b6f3d64c09ea583.tar.bz2
Added RTEMS.src stanza dn commands to run it.
Diffstat (limited to '')
-rw-r--r--doc/src2html/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src2html/Makefile b/doc/src2html/Makefile
index c17296baac..25bb78f07f 100644
--- a/doc/src2html/Makefile
+++ b/doc/src2html/Makefile
@@ -29,6 +29,11 @@ ps:
html: dirs
-mkdir -p $(WWW_INSTALL)/$(PROJECT)
- $(SRC2HTML) -d3 RTEMS.test
+ $(SRC2HTML) -d3 RTEMS.src
+RTEMS.src:
+ sed -e 's/WWW_INSTALL/$(WWW_INSTALL)/' \
+ <RTEMS.test >RTEMS.src
+
clean:
+ rm -f RTEMS.src