ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/raddepend.1
Revision: 1.2
Committed: Tue Dec 9 15:59:06 2003 UTC (20 years, 4 months ago) by greg
Branch: MAIN
CVS Tags: rad5R4, rad5R2, rad4R2P2, rad5R0, rad5R1, rad3R7P2, rad3R7P1, rad4R2, rad4R1, rad4R0, rad3R6, rad3R6P1, rad3R8, rad3R9, rad4R2P1, rad5R3, HEAD
Changes since 1.1: +1 -1 lines
Log Message:
Fixed RCSid specification

File Contents

# Content
1 .\" RCSid "$Id$"
2 .TH RADDEPEND 1 4/15/94 RADIANCE
3 .SH NAME
4 raddepend - find RADIANCE scene dependencies
5 .SH SYNOPSIS
6 .B raddepend
7 file ..
8 .SH DESCRIPTION
9 .I Raddepend
10 uses
11 .I getbbox(1)
12 to expand scene file arguments and find file dependencies for
13 .I make(1)
14 or
15 .I rad(1).
16 .I Raddepend
17 looks only in the current directory,
18 so dependencies hidden elsewhere in the filesystem will not be found
19 or named.
20 .PP
21 The output is the name of files, one per line, that were accessed
22 during the expansion of the input file arguments.
23 The file arguments are excluded from the list.
24 If no input files are given, the standard input is read.
25 .SH AUTHOR
26 Greg Ward
27 .SH BUGS
28 On some older NFS systems, the file access dates are not updated
29 promptly.
30 As a result,
31 .I raddepend
32 may not be 100% reliable on these systems.
33 If the output seems to be missing essential files, this is
34 no doubt why.
35 The only fix is to put in a longer sleep time between the
36 .I getbbox
37 call and the final
38 .I ls(1).
39 .SH "SEE ALSO"
40 make(1), oconv(1), rad(1), xform(1)