summaryrefslogtreecommitdiffstats
path: root/doc/Make.config
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-31 14:52:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-31 14:52:21 +0000
commit58933e65f0c1be913088e0482feba3d3d6e2d47d (patch)
treebedbc6967fd966ffee344685cca3414caf9c647b /doc/Make.config
parentAdded "sigemptyset()" call to insure that the memcmp() would work. (diff)
downloadrtems-58933e65f0c1be913088e0482feba3d3d6e2d47d.tar.bz2
Make.config
Diffstat (limited to 'doc/Make.config')
-rw-r--r--doc/Make.config4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Make.config b/doc/Make.config
index 96c4753fc3..0c054aed98 100644
--- a/doc/Make.config
+++ b/doc/Make.config
@@ -37,7 +37,9 @@ endif
# -footer $(WWW_INSTALL)/rtems_footer.html
TEXI2WWW_ARGS=-dirfile ../$(RLEVEL)index.html \
-header $(WWW_INSTALL)/$(RLEVEL)rtems_header.html \
- -footer $(WWW_INSTALL)/$(RLEVEL)rtems_footer.html
+ -footer $(WWW_INSTALL)/$(RLEVEL)rtems_footer.html \
+ -icons $(RLEVEL)..
+
define make-dirs
@ if [ ! -d $(WWW_INSTALL) ] ; then \