summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/progdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/progdoc b/tools/progdoc
index fc4024bf..9b27d14e 100755
--- a/tools/progdoc
+++ b/tools/progdoc
@@ -21,9 +21,9 @@ sub include {
sub process {
my $dir = shift @_;
- print "$dir/Doc\n";
- open(IN, "$dir/Doc") || die "Unable to read $dir/Doc";
- push(@deps, "$dir/Doc");
+ print "$dir/progdoc\n";
+ open(IN, "$dir/progdoc") || die "Unable to read $dir/progdoc";
+ push(@deps, "$dir/progdoc");
my @docfile = <IN>;
close IN;
foreach $_ (@docfile) {