OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [tools/] [dox/] [make_doxy] - Rev 19

Go to most recent revision | Compare with Previous | Blame | View Log

#!/bin/sh
# $Id: make_doxy 488 2013-02-16 18:49:47Z mueller $
#
#  Revision History: 
# Date         Rev Version  Comment
# 2013-02-05   482   1.0    Initial version
#
if [ -z "$RETROBASE" ]
then
  echo "RETROBASE not defined"
  exit 1
fi
#
if [ -z "$RETRODOXY" ]
then
  echo "RETRODOXY defaulted to /tmp"
  export RETRODOXY=/tmp
fi
#
if [ ! -d "$RETRODOXY" ]
then
  echo "$RETRODOXY doesn't exist"
  exit 1
fi
#
if [ ! -d "$RETRODOXY/w11" ] 
then 
  mkdir $RETRODOXY/w11
fi
#
doxygen w11_cpp.Doxyfile      2>&1 | tee w11_cpp.dox_log
doxygen w11_tcl.Doxyfile      2>&1 | tee w11_tcl.dox_log
doxygen w11_vhd_all.Doxyfile  2>&1 | tee w11_vhd_all.dox_log
#
#
echo ""
echo "to view use"
echo "  firefox $RETRODOXY/w11/cpp/html/index.html &"
echo "  firefox $RETRODOXY/w11/tcl/html/index.html &"
echo "  firefox $RETRODOXY/w11/vhd/html/index.html &"

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.