diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-12-14 02:03:42 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-12-14 02:03:42 +0100 |
commit | 3a2a3c7325b34923c4ecc465700708dd13e6ad73 (patch) | |
tree | 11c6588c80c470e901f643599479a82c171aeaa6 | |
parent | 1e0fccd1af54fdd4dbd79f6e7c5715478f83dea3 (diff) |
Doc: Rename code documentation files back to Doc
-rw-r--r-- | client/Doc (renamed from client/progdoc) | 0 | ||||
-rw-r--r-- | conf/Doc (renamed from conf/progdoc) | 0 | ||||
-rw-r--r-- | filter/Doc (renamed from filter/progdoc) | 0 | ||||
-rw-r--r-- | lib/Doc (renamed from lib/progdoc) | 0 | ||||
-rw-r--r-- | nest/Doc (renamed from nest/progdoc) | 0 | ||||
-rw-r--r-- | proto/Doc (renamed from proto/progdoc) | 0 | ||||
-rw-r--r-- | proto/babel/Doc (renamed from proto/babel/progdoc) | 0 | ||||
-rw-r--r-- | proto/bfd/Doc (renamed from proto/bfd/progdoc) | 0 | ||||
-rw-r--r-- | proto/bgp/Doc (renamed from proto/bgp/progdoc) | 0 | ||||
-rw-r--r-- | proto/mrt/Doc (renamed from proto/mrt/progdoc) | 0 | ||||
-rw-r--r-- | proto/ospf/Doc (renamed from proto/ospf/progdoc) | 0 | ||||
-rw-r--r-- | proto/pipe/Doc (renamed from proto/pipe/progdoc) | 0 | ||||
-rw-r--r-- | proto/radv/Doc (renamed from proto/radv/progdoc) | 0 | ||||
-rw-r--r-- | proto/rip/Doc (renamed from proto/rip/progdoc) | 0 | ||||
-rw-r--r-- | proto/static/Doc (renamed from proto/static/progdoc) | 0 | ||||
-rw-r--r-- | sysdep/Doc (renamed from sysdep/progdoc) | 0 | ||||
-rw-r--r-- | sysdep/unix/Doc (renamed from sysdep/unix/progdoc) | 0 | ||||
-rwxr-xr-x | tools/progdoc | 2 |
18 files changed, 1 insertions, 1 deletions
diff --git a/client/progdoc b/client/Doc index f363e699..f363e699 100644 --- a/client/progdoc +++ b/client/Doc diff --git a/filter/progdoc b/filter/Doc index 8e9c6b35..8e9c6b35 100644 --- a/filter/progdoc +++ b/filter/Doc diff --git a/proto/progdoc b/proto/Doc index ef573d2a..ef573d2a 100644 --- a/proto/progdoc +++ b/proto/Doc diff --git a/proto/babel/progdoc b/proto/babel/Doc index 80026f91..80026f91 100644 --- a/proto/babel/progdoc +++ b/proto/babel/Doc diff --git a/proto/bfd/progdoc b/proto/bfd/Doc index 7ee5d3ef..7ee5d3ef 100644 --- a/proto/bfd/progdoc +++ b/proto/bfd/Doc diff --git a/proto/bgp/progdoc b/proto/bgp/Doc index 6432d1a6..6432d1a6 100644 --- a/proto/bgp/progdoc +++ b/proto/bgp/Doc diff --git a/proto/mrt/progdoc b/proto/mrt/Doc index 5f61a9bb..5f61a9bb 100644 --- a/proto/mrt/progdoc +++ b/proto/mrt/Doc diff --git a/proto/ospf/progdoc b/proto/ospf/Doc index af741942..af741942 100644 --- a/proto/ospf/progdoc +++ b/proto/ospf/Doc diff --git a/proto/pipe/progdoc b/proto/pipe/Doc index e7a6d6a7..e7a6d6a7 100644 --- a/proto/pipe/progdoc +++ b/proto/pipe/Doc diff --git a/proto/radv/progdoc b/proto/radv/Doc index d051692a..d051692a 100644 --- a/proto/radv/progdoc +++ b/proto/radv/Doc diff --git a/proto/rip/progdoc b/proto/rip/Doc index 561b2153..561b2153 100644 --- a/proto/rip/progdoc +++ b/proto/rip/Doc diff --git a/proto/static/progdoc b/proto/static/Doc index 73632b1f..73632b1f 100644 --- a/proto/static/progdoc +++ b/proto/static/Doc diff --git a/sysdep/progdoc b/sysdep/Doc index 7ada9f48..7ada9f48 100644 --- a/sysdep/progdoc +++ b/sysdep/Doc diff --git a/sysdep/unix/progdoc b/sysdep/unix/Doc index a17f425b..a17f425b 100644 --- a/sysdep/unix/progdoc +++ b/sysdep/unix/Doc diff --git a/tools/progdoc b/tools/progdoc index 32e9771e..d576ee61 100755 --- a/tools/progdoc +++ b/tools/progdoc @@ -33,7 +33,7 @@ sub process { /^([A-Z]+)\s*(.*)/ || die "Parse error: $_"; $cmd = $1; $arg = $2; - if ($cmd eq "C") { process("$dir/$arg", "progdoc"); } + if ($cmd eq "C") { process("$dir/$arg", "Doc"); } elsif ($cmd eq "H") { push @stack, "H"; print OUT "<chapt>$arg\n"; |