URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [doc/] [src2html/] [RTEMS.test] - Rev 1782
Compare with Previous | Blame | View Log
# Comments## Copyright (c) 1998, On-Line Applications Research Corporation (OAR)## This file configures the src2html tool for the RTEMS source tree.## RTEMS.test,v 1.4 2002/01/17 21:47:46 joel Exp### Variables used are:## Srctree - The root of the source tree we are processing## Htmlroot - The directory where all WWW documents are kept## Htmldir - The directory under Htmlroot for this source tree## Htmltree - The root of the destination tree for the Html code## Newsrctree - The directory in Htmltree to store the new Htmlised code## Headers - The directory where we keep information to prepend in some docs## Formdir - The place to put the index searching script## Dirinfo{} - The list of dirs and the info about the directory## Dotdir{} - The directory name with /'s -> .'sset Srctree /usr1/rtems/rtems-work/c/src/exec/#set Htmltree /tmp/wwwset Htmlroot WWW_INSTALL/internal/browseable_rtemsset Htmldir .set Newsrctree . # Comments here too# default is . and that is fine for us right now#set Headersset Formdir /cgi-bin/rtems##dir rtems/src Classic API Sourcedir rtems/inline Classic API Inlinesdir rtems/headers Classic API Header Filesdir posix/src POSIX API Sourcedir posix/inline POSIX API Inlinesdir posix/headers POSIX API Base Header Filesdir posix/sys POSIX API System Header Filesdir posix/headers POSIX API Internal Header Filesdir sapi/src Non-Standard API Sourcedir sapi/inline Non-Standard API Inlinesdir sapi/headers Non-Standard API Header Filesdir score/src Super Core Sourcedir score/inline Super Core Inlinesdir score/headers Super Core Header Filesdir score/cpu/a29k AMD A29K Portdir score/cpu/hppa1.1 HP PA-RISC Portdir score/cpu/i386 Intel i386 Portdir score/cpu/i960 Intel i960 Portdir score/cpu/m68k Motorola m68k Portdir score/cpu/mips64orion MIPS64 Portdir score/cpu/no_cpu No CPU Example Portdir score/cpu/powerpc PowerPC Portdir score/cpu/sh Hitachi SHdir score/cpu/sparc SPARC Portdir score/cpu/unix UNIX Port
