From 7904f409e2a11221b852505d6522b65b6c2900c7 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Mon, 23 Apr 2018 11:29:13 +0200 Subject: Doc: renamed progdoc files Doc -> progdoc to fix collision with doc/ folder on case-insensitive filesystems --- Doc | 7 ------- client/Doc | 2 -- client/progdoc | 2 ++ conf/Doc | 3 --- conf/progdoc | 3 +++ doc/Doc | 1 - doc/progdoc | 1 + filter/Doc | 4 ---- filter/progdoc | 4 ++++ lib/Doc | 11 ----------- lib/progdoc | 11 +++++++++++ nest/Doc | 12 ------------ nest/progdoc | 12 ++++++++++++ progdoc | 7 +++++++ proto/Doc | 10 ---------- proto/babel/Doc | 2 -- proto/babel/progdoc | 2 ++ proto/bfd/Doc | 1 - proto/bfd/progdoc | 1 + proto/bgp/Doc | 3 --- proto/bgp/progdoc | 3 +++ proto/ospf/Doc | 8 -------- proto/ospf/progdoc | 8 ++++++++ proto/pipe/Doc | 1 - proto/pipe/progdoc | 1 + proto/progdoc | 10 ++++++++++ proto/radv/Doc | 2 -- proto/radv/progdoc | 2 ++ proto/rip/Doc | 2 -- proto/rip/progdoc | 2 ++ proto/static/Doc | 1 - proto/static/progdoc | 1 + sysdep/Doc | 2 -- sysdep/progdoc | 2 ++ sysdep/unix/Doc | 3 --- sysdep/unix/progdoc | 3 +++ tools/progdoc | 4 ++-- 37 files changed, 77 insertions(+), 77 deletions(-) delete mode 100644 Doc delete mode 100644 client/Doc create mode 100644 client/progdoc delete mode 100644 conf/Doc create mode 100644 conf/progdoc delete mode 100644 doc/Doc create mode 100644 doc/progdoc delete mode 100644 filter/Doc create mode 100644 filter/progdoc delete mode 100644 lib/Doc create mode 100644 lib/progdoc delete mode 100644 nest/Doc create mode 100644 nest/progdoc create mode 100644 progdoc delete mode 100644 proto/Doc delete mode 100644 proto/babel/Doc create mode 100644 proto/babel/progdoc delete mode 100644 proto/bfd/Doc create mode 100644 proto/bfd/progdoc delete mode 100644 proto/bgp/Doc create mode 100644 proto/bgp/progdoc delete mode 100644 proto/ospf/Doc create mode 100644 proto/ospf/progdoc delete mode 100644 proto/pipe/Doc create mode 100644 proto/pipe/progdoc create mode 100644 proto/progdoc delete mode 100644 proto/radv/Doc create mode 100644 proto/radv/progdoc delete mode 100644 proto/rip/Doc create mode 100644 proto/rip/progdoc delete mode 100644 proto/static/Doc create mode 100644 proto/static/progdoc delete mode 100644 sysdep/Doc create mode 100644 sysdep/progdoc delete mode 100644 sysdep/unix/Doc create mode 100644 sysdep/unix/progdoc diff --git a/Doc b/Doc deleted file mode 100644 index f5f15087..00000000 --- a/Doc +++ /dev/null @@ -1,7 +0,0 @@ -C doc -C nest -C conf -C filter -C proto -C sysdep -C lib diff --git a/client/Doc b/client/Doc deleted file mode 100644 index f363e699..00000000 --- a/client/Doc +++ /dev/null @@ -1,2 +0,0 @@ -H Client -S client.c commands.c diff --git a/client/progdoc b/client/progdoc new file mode 100644 index 00000000..f363e699 --- /dev/null +++ b/client/progdoc @@ -0,0 +1,2 @@ +H Client +S client.c commands.c diff --git a/conf/Doc b/conf/Doc deleted file mode 100644 index fe09b64d..00000000 --- a/conf/Doc +++ /dev/null @@ -1,3 +0,0 @@ -H Configuration -S conf.c -S cf-lex.l diff --git a/conf/progdoc b/conf/progdoc new file mode 100644 index 00000000..fe09b64d --- /dev/null +++ b/conf/progdoc @@ -0,0 +1,3 @@ +H Configuration +S conf.c +S cf-lex.l diff --git a/doc/Doc b/doc/Doc deleted file mode 100644 index 0c3e04e5..00000000 --- a/doc/Doc +++ /dev/null @@ -1 +0,0 @@ -D prog-intro.sgml diff --git a/doc/progdoc b/doc/progdoc new file mode 100644 index 00000000..0c3e04e5 --- /dev/null +++ b/doc/progdoc @@ -0,0 +1 @@ +D prog-intro.sgml diff --git a/filter/Doc b/filter/Doc deleted file mode 100644 index 8e9c6b35..00000000 --- a/filter/Doc +++ /dev/null @@ -1,4 +0,0 @@ -H Filters -S filter.c -S tree.c -S trie.c \ No newline at end of file diff --git a/filter/progdoc b/filter/progdoc new file mode 100644 index 00000000..8e9c6b35 --- /dev/null +++ b/filter/progdoc @@ -0,0 +1,4 @@ +H Filters +S filter.c +S tree.c +S trie.c \ No newline at end of file diff --git a/lib/Doc b/lib/Doc deleted file mode 100644 index 632bf1f6..00000000 --- a/lib/Doc +++ /dev/null @@ -1,11 +0,0 @@ -H Library functions -S ip.c -S lists.c -S checksum.c bitops.c patmatch.c printf.c xmalloc.c tbf.c -S mac.c -D resource.sgml -S resource.c -S mempool.c -S slab.c -S event.c -S ../sysdep/unix/io.c diff --git a/lib/progdoc b/lib/progdoc new file mode 100644 index 00000000..632bf1f6 --- /dev/null +++ b/lib/progdoc @@ -0,0 +1,11 @@ +H Library functions +S ip.c +S lists.c +S checksum.c bitops.c patmatch.c printf.c xmalloc.c tbf.c +S mac.c +D resource.sgml +S resource.c +S mempool.c +S slab.c +S event.c +S ../sysdep/unix/io.c diff --git a/nest/Doc b/nest/Doc deleted file mode 100644 index 38af0feb..00000000 --- a/nest/Doc +++ /dev/null @@ -1,12 +0,0 @@ -H Core -S rt-fib.c -S rt-table.c -S rt-attr.c -D proto.sgml -S proto.c -S proto-hooks.c -S iface.c -S neighbor.c -S cli.c -S locks.c -# rt-dev.c documented in Protocols chapter diff --git a/nest/progdoc b/nest/progdoc new file mode 100644 index 00000000..38af0feb --- /dev/null +++ b/nest/progdoc @@ -0,0 +1,12 @@ +H Core +S rt-fib.c +S rt-table.c +S rt-attr.c +D proto.sgml +S proto.c +S proto-hooks.c +S iface.c +S neighbor.c +S cli.c +S locks.c +# rt-dev.c documented in Protocols chapter diff --git a/progdoc b/progdoc new file mode 100644 index 00000000..f5f15087 --- /dev/null +++ b/progdoc @@ -0,0 +1,7 @@ +C doc +C nest +C conf +C filter +C proto +C sysdep +C lib diff --git a/proto/Doc b/proto/Doc deleted file mode 100644 index 04c25bc0..00000000 --- a/proto/Doc +++ /dev/null @@ -1,10 +0,0 @@ -H Protocols -C babel -C bfd -C bgp -C ospf -C pipe -C rip -C radv -C static -S ../nest/rt-dev.c diff --git a/proto/babel/Doc b/proto/babel/Doc deleted file mode 100644 index 80026f91..00000000 --- a/proto/babel/Doc +++ /dev/null @@ -1,2 +0,0 @@ -S babel.c -S packets.c diff --git a/proto/babel/progdoc b/proto/babel/progdoc new file mode 100644 index 00000000..80026f91 --- /dev/null +++ b/proto/babel/progdoc @@ -0,0 +1,2 @@ +S babel.c +S packets.c diff --git a/proto/bfd/Doc b/proto/bfd/Doc deleted file mode 100644 index 7ee5d3ef..00000000 --- a/proto/bfd/Doc +++ /dev/null @@ -1 +0,0 @@ -S bfd.c diff --git a/proto/bfd/progdoc b/proto/bfd/progdoc new file mode 100644 index 00000000..7ee5d3ef --- /dev/null +++ b/proto/bfd/progdoc @@ -0,0 +1 @@ +S bfd.c diff --git a/proto/bgp/Doc b/proto/bgp/Doc deleted file mode 100644 index 6432d1a6..00000000 --- a/proto/bgp/Doc +++ /dev/null @@ -1,3 +0,0 @@ -S bgp.c -S packets.c -S attrs.c diff --git a/proto/bgp/progdoc b/proto/bgp/progdoc new file mode 100644 index 00000000..6432d1a6 --- /dev/null +++ b/proto/bgp/progdoc @@ -0,0 +1,3 @@ +S bgp.c +S packets.c +S attrs.c diff --git a/proto/ospf/Doc b/proto/ospf/Doc deleted file mode 100644 index af741942..00000000 --- a/proto/ospf/Doc +++ /dev/null @@ -1,8 +0,0 @@ -S ospf.c -S topology.c -S neighbor.c -S iface.c -S packet.c -S lsalib.c -S dbdes.c -S rt.c diff --git a/proto/ospf/progdoc b/proto/ospf/progdoc new file mode 100644 index 00000000..af741942 --- /dev/null +++ b/proto/ospf/progdoc @@ -0,0 +1,8 @@ +S ospf.c +S topology.c +S neighbor.c +S iface.c +S packet.c +S lsalib.c +S dbdes.c +S rt.c diff --git a/proto/pipe/Doc b/proto/pipe/Doc deleted file mode 100644 index e7a6d6a7..00000000 --- a/proto/pipe/Doc +++ /dev/null @@ -1 +0,0 @@ -S pipe.c diff --git a/proto/pipe/progdoc b/proto/pipe/progdoc new file mode 100644 index 00000000..e7a6d6a7 --- /dev/null +++ b/proto/pipe/progdoc @@ -0,0 +1 @@ +S pipe.c diff --git a/proto/progdoc b/proto/progdoc new file mode 100644 index 00000000..04c25bc0 --- /dev/null +++ b/proto/progdoc @@ -0,0 +1,10 @@ +H Protocols +C babel +C bfd +C bgp +C ospf +C pipe +C rip +C radv +C static +S ../nest/rt-dev.c diff --git a/proto/radv/Doc b/proto/radv/Doc deleted file mode 100644 index d051692a..00000000 --- a/proto/radv/Doc +++ /dev/null @@ -1,2 +0,0 @@ -S radv.c -S packets.c diff --git a/proto/radv/progdoc b/proto/radv/progdoc new file mode 100644 index 00000000..d051692a --- /dev/null +++ b/proto/radv/progdoc @@ -0,0 +1,2 @@ +S radv.c +S packets.c diff --git a/proto/rip/Doc b/proto/rip/Doc deleted file mode 100644 index 561b2153..00000000 --- a/proto/rip/Doc +++ /dev/null @@ -1,2 +0,0 @@ -S rip.c -S packets.c diff --git a/proto/rip/progdoc b/proto/rip/progdoc new file mode 100644 index 00000000..561b2153 --- /dev/null +++ b/proto/rip/progdoc @@ -0,0 +1,2 @@ +S rip.c +S packets.c diff --git a/proto/static/Doc b/proto/static/Doc deleted file mode 100644 index 73632b1f..00000000 --- a/proto/static/Doc +++ /dev/null @@ -1 +0,0 @@ -S static.c diff --git a/proto/static/progdoc b/proto/static/progdoc new file mode 100644 index 00000000..73632b1f --- /dev/null +++ b/proto/static/progdoc @@ -0,0 +1 @@ +S static.c diff --git a/sysdep/Doc b/sysdep/Doc deleted file mode 100644 index 7ada9f48..00000000 --- a/sysdep/Doc +++ /dev/null @@ -1,2 +0,0 @@ -D sysdep.sgml -C unix diff --git a/sysdep/progdoc b/sysdep/progdoc new file mode 100644 index 00000000..7ada9f48 --- /dev/null +++ b/sysdep/progdoc @@ -0,0 +1,2 @@ +D sysdep.sgml +C unix diff --git a/sysdep/unix/Doc b/sysdep/unix/Doc deleted file mode 100644 index a17f425b..00000000 --- a/sysdep/unix/Doc +++ /dev/null @@ -1,3 +0,0 @@ -S log.c -S krt.c -# io.c is documented under Resources diff --git a/sysdep/unix/progdoc b/sysdep/unix/progdoc new file mode 100644 index 00000000..a17f425b --- /dev/null +++ b/sysdep/unix/progdoc @@ -0,0 +1,3 @@ +S log.c +S krt.c +# io.c is documented under Resources diff --git a/tools/progdoc b/tools/progdoc index ef44d3aa..495d9287 100755 --- a/tools/progdoc +++ b/tools/progdoc @@ -20,8 +20,8 @@ sub include { sub process { my $dir = shift @_; - print "$dir/Doc\n"; - open(IN, "$srcdir/$dir/Doc") || die "Unable to read $dir/Doc"; + print "$dir/progdoc\n"; + open(IN, "$srcdir/$dir/progdoc") || die "Unable to read $dir/progdoc"; my @docfile = ; close IN; foreach $_ (@docfile) { -- cgit v1.2.3