diff options
author | Maria Matejka <mq@jmq.cz> | 2018-04-23 11:29:13 +0200 |
---|---|---|
committer | Jan Maria Matejka <mq@ucw.cz> | 2018-06-26 17:09:12 +0200 |
commit | c2fc4c10ac81b8815c1434aa2b0945aa937df4fa (patch) | |
tree | 066f96ab68203cf9dd376df2b8d398aac4e8ebc1 | |
parent | f851f0d7e30cbd1e2ba20a5bf06a584acc136828 (diff) |
Doc: renamed progdoc files Doc -> progdoc to fix collision with doc/ folder on case-insensitive filesystems
-rw-r--r-- | client/progdoc (renamed from client/Doc) | 0 | ||||
-rw-r--r-- | conf/progdoc (renamed from conf/Doc) | 0 | ||||
-rw-r--r-- | doc/progdoc (renamed from doc/Doc) | 0 | ||||
-rw-r--r-- | filter/progdoc (renamed from filter/Doc) | 0 | ||||
-rw-r--r-- | lib/progdoc (renamed from lib/Doc) | 0 | ||||
-rw-r--r-- | nest/progdoc (renamed from nest/Doc) | 0 | ||||
-rw-r--r-- | progdoc (renamed from Doc) | 0 | ||||
-rw-r--r-- | proto/babel/progdoc (renamed from proto/babel/Doc) | 0 | ||||
-rw-r--r-- | proto/bfd/progdoc (renamed from proto/bfd/Doc) | 0 | ||||
-rw-r--r-- | proto/bgp/progdoc (renamed from proto/bgp/Doc) | 0 | ||||
-rw-r--r-- | proto/ospf/progdoc (renamed from proto/ospf/Doc) | 0 | ||||
-rw-r--r-- | proto/pipe/progdoc (renamed from proto/pipe/Doc) | 0 | ||||
-rw-r--r-- | proto/progdoc (renamed from proto/Doc) | 0 | ||||
-rw-r--r-- | proto/radv/progdoc (renamed from proto/radv/Doc) | 0 | ||||
-rw-r--r-- | proto/rip/progdoc (renamed from proto/rip/Doc) | 0 | ||||
-rw-r--r-- | proto/static/progdoc (renamed from proto/static/Doc) | 0 | ||||
-rw-r--r-- | sysdep/progdoc (renamed from sysdep/Doc) | 0 | ||||
-rw-r--r-- | sysdep/unix/progdoc (renamed from sysdep/unix/Doc) | 0 | ||||
-rwxr-xr-x | tools/progdoc | 6 |
19 files changed, 3 insertions, 3 deletions
diff --git a/client/Doc b/client/progdoc index f363e699..f363e699 100644 --- a/client/Doc +++ b/client/progdoc diff --git a/filter/Doc b/filter/progdoc index 8e9c6b35..8e9c6b35 100644 --- a/filter/Doc +++ b/filter/progdoc diff --git a/proto/babel/Doc b/proto/babel/progdoc index 80026f91..80026f91 100644 --- a/proto/babel/Doc +++ b/proto/babel/progdoc diff --git a/proto/bfd/Doc b/proto/bfd/progdoc index 7ee5d3ef..7ee5d3ef 100644 --- a/proto/bfd/Doc +++ b/proto/bfd/progdoc diff --git a/proto/bgp/Doc b/proto/bgp/progdoc index 6432d1a6..6432d1a6 100644 --- a/proto/bgp/Doc +++ b/proto/bgp/progdoc diff --git a/proto/ospf/Doc b/proto/ospf/progdoc index af741942..af741942 100644 --- a/proto/ospf/Doc +++ b/proto/ospf/progdoc diff --git a/proto/pipe/Doc b/proto/pipe/progdoc index e7a6d6a7..e7a6d6a7 100644 --- a/proto/pipe/Doc +++ b/proto/pipe/progdoc diff --git a/proto/Doc b/proto/progdoc index ef573d2a..ef573d2a 100644 --- a/proto/Doc +++ b/proto/progdoc diff --git a/proto/radv/Doc b/proto/radv/progdoc index d051692a..d051692a 100644 --- a/proto/radv/Doc +++ b/proto/radv/progdoc diff --git a/proto/rip/Doc b/proto/rip/progdoc index 561b2153..561b2153 100644 --- a/proto/rip/Doc +++ b/proto/rip/progdoc diff --git a/proto/static/Doc b/proto/static/progdoc index 73632b1f..73632b1f 100644 --- a/proto/static/Doc +++ b/proto/static/progdoc diff --git a/sysdep/Doc b/sysdep/progdoc index 7ada9f48..7ada9f48 100644 --- a/sysdep/Doc +++ b/sysdep/progdoc diff --git a/sysdep/unix/Doc b/sysdep/unix/progdoc index a17f425b..a17f425b 100644 --- a/sysdep/unix/Doc +++ b/sysdep/unix/progdoc 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) { |