Added RTEMS.src stanza dn commands to run it.

This commit is contained in:
Joel Sherrill
1998-08-13 18:14:00 +00:00
parent af24ac45c0
commit bf36029692
2 changed files with 7 additions and 2 deletions

View File

@@ -29,6 +29,11 @@ ps:
html: dirs html: dirs
-mkdir -p $(WWW_INSTALL)/$(PROJECT) -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: clean:
rm -f RTEMS.src

View File

@@ -20,7 +20,7 @@
set Srctree /usr1/rtems/rtems-work/c/src/exec/ set Srctree /usr1/rtems/rtems-work/c/src/exec/
#set Htmltree /tmp/www #set Htmltree /tmp/www
set Htmlroot /usr1/tmp/rtemsdoc-4.0.0-beta3/html/internal/browseable_rtems set Htmlroot WWW_INSTALL/internal/browseable_rtems
set Htmldir . set Htmldir .
set Newsrctree . # Comments here too set Newsrctree . # Comments here too
# default is . and that is fine for us right now # default is . and that is fine for us right now