mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-18 17:18:42 +00:00
Minor doc and gendist changes
This commit is contained in:
parent
935c066402
commit
7404a21580
@ -1,7 +1,7 @@
|
|||||||
<!doctype birddoc system>
|
<!doctype birddoc system>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
BIRD 2.0 documentation
|
BIRD 3.0 documentation
|
||||||
|
|
||||||
This documentation can have 4 forms: sgml (this is master copy), html, ASCII
|
This documentation can have 4 forms: sgml (this is master copy), html, ASCII
|
||||||
text and dvi/postscript (generated from sgml using sgmltools). You should always
|
text and dvi/postscript (generated from sgml using sgmltools). You should always
|
||||||
@ -20,10 +20,9 @@ configuration - something in config which is not keyword.
|
|||||||
|
|
||||||
<book>
|
<book>
|
||||||
|
|
||||||
<title>BIRD 2.0 User's Guide
|
<title>BIRD 3.0 User's Guide
|
||||||
<author>
|
<author>
|
||||||
Ondrej Filip <it/<feela@network.cz>/,
|
Ondrej Filip <it/<feela@network.cz>/,
|
||||||
Pavel Machek <it/<pavel@ucw.cz>/,
|
|
||||||
Martin Mares <it/<mj@ucw.cz>/,
|
Martin Mares <it/<mj@ucw.cz>/,
|
||||||
Maria Matejka <it/<mq@jmq.cz>/,
|
Maria Matejka <it/<mq@jmq.cz>/,
|
||||||
Ondrej Zajicek <it/<santiago@crfreenet.org>/
|
Ondrej Zajicek <it/<santiago@crfreenet.org>/
|
||||||
@ -5377,15 +5376,15 @@ name="atrey.karlin.mff.cuni.cz:/pub/rfc">).
|
|||||||
</book>
|
</book>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
LocalWords: GPL IPv GateD BGPv RIPv OSPFv Linux sgml html dvi sgmltools Pavel
|
LocalWords: GPL IPv GateD BGPv RIPv OSPFv Linux sgml html dvi sgmltools
|
||||||
LocalWords: linuxdoc dtd descrip config conf syslog stderr auth ospf bgp Mbps
|
LocalWords: linuxdoc dtd descrip config conf syslog stderr auth ospf bgp Mbps
|
||||||
LocalWords: router's eval expr num birdc ctl UNIX if's enums bool int ip GCC
|
LocalWords: router's eval expr num birdc ctl UNIX if's enums bool int ip GCC
|
||||||
LocalWords: len ipaddress pxlen netmask enum bgppath bgpmask clist gw md eth
|
LocalWords: len ipaddress pxlen netmask enum bgppath bgpmask clist gw md eth
|
||||||
LocalWords: RTS printn quitbird iBGP AS'es eBGP RFC multiprotocol IGP Machek
|
LocalWords: RTS printn quitbird iBGP AS'es eBGP RFC multiprotocol IGP
|
||||||
LocalWords: EGP misconfigurations keepalive pref aggr aggregator BIRD's RTC
|
LocalWords: EGP misconfigurations keepalive pref aggr aggregator BIRD's RTC
|
||||||
LocalWords: OS'es AS's multicast nolisten misconfigured UID blackhole MRTD MTU
|
LocalWords: OS'es AS's multicast nolisten misconfigured UID blackhole MRTD MTU
|
||||||
LocalWords: uninstalls ethernets IP binutils ANYCAST anycast dest RTD ICMP rfc
|
LocalWords: uninstalls ethernets IP binutils ANYCAST anycast dest RTD ICMP rfc
|
||||||
LocalWords: compat multicasts nonbroadcast pointopoint loopback sym stats
|
LocalWords: compat multicasts nonbroadcast pointopoint loopback sym stats
|
||||||
LocalWords: Perl SIGHUP dd mm yy HH MM SS EXT IA UNICAST multihop Discriminator txt
|
LocalWords: Perl SIGHUP dd mm yy HH MM SS EXT IA UNICAST multihop Discriminator txt
|
||||||
LocalWords: proto wildcard Ondrej Filip
|
LocalWords: proto wildcard
|
||||||
-->
|
-->
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<title>BIRD Programmer's Documentation
|
<title>BIRD Programmer's Documentation
|
||||||
<author>
|
<author>
|
||||||
Ondrej Filip <it/<feela@network.cz>/,
|
Ondrej Filip <it/<feela@network.cz>/,
|
||||||
Pavel Machek <it/<pavel@ucw.cz>/,
|
Maria Matejka <it/<mq@jmq.cz>/,
|
||||||
Martin Mares <it/<mj@ucw.cz>/,
|
Martin Mares <it/<mj@ucw.cz>/,
|
||||||
Ondrej Zajicek <it/<santiago@crfreenet.org>/
|
Ondrej Zajicek <it/<santiago@crfreenet.org>/
|
||||||
</author>
|
</author>
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
#
|
#
|
||||||
# Generate BIRD Distribution Archive
|
# Generate BIRD Distribution Archive
|
||||||
# (c) 2000--2004 Martin Mares <mj@ucw.cz>
|
# (c) 2000--2004 Martin Mares <mj@ucw.cz>
|
||||||
|
# (c) 2005--2022 Ondrej Filip <feela@network.cz>
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=`grep 'BIRD_VERSION \"' sysdep/config.h | sed '/BIRD_VERSION/!d;s/^.*"\(.*\)"$/\1/'`
|
VERSION=`grep 'BIRD_VERSION \"' sysdep/config.h | sed '/BIRD_VERSION/!d;s/^.*"\(.*\)"$/\1/'`
|
||||||
@ -33,8 +34,6 @@ rm -rf `find $T/$REL -name CVS -o -name tmp` $T/$REL/{misc,rfc,doc/slides,doc/sl
|
|||||||
rm -rf $T/$REL $T/$DREL
|
rm -rf $T/$REL $T/$DREL
|
||||||
echo -n "OK? "
|
echo -n "OK? "
|
||||||
read OK
|
read OK
|
||||||
echo Uploading to Atrey...
|
|
||||||
scp $T/$REL.tar.gz $T/$DREL.tar.gz atrey.karlin.mff.cuni.cz:~ftp/pub/bird/
|
|
||||||
echo Uploading to Trubka...
|
echo Uploading to Trubka...
|
||||||
scp $T/$REL.tar.gz $T/$DREL.tar.gz bird.network.cz:~ftp/pub/bird/
|
scp $T/$REL.tar.gz $T/$DREL.tar.gz bird.network.cz:~ftp/pub/bird/
|
||||||
echo Done.
|
echo Done.
|
||||||
|
@ -25,8 +25,13 @@ use FindBin;
|
|||||||
$prefix = "/usr";
|
$prefix = "/usr";
|
||||||
$isoentities_prefix = "/usr";
|
$isoentities_prefix = "/usr";
|
||||||
$DataDir = "$FindBin::Bin/../doc/sbase";
|
$DataDir = "$FindBin::Bin/../doc/sbase";
|
||||||
$AuxBinDir = "/usr/lib/linuxdoc-tools";
|
if (-d "/usr/lib/linuxdoc-tools")
|
||||||
|
{
|
||||||
|
$AuxBinDir = "/usr/lib/linuxdoc-tools";
|
||||||
|
} else
|
||||||
|
{
|
||||||
|
$AuxBinDir = "/usr/bin";
|
||||||
|
}
|
||||||
use lib "$FindBin::Bin/linuxdoc-tools";
|
use lib "$FindBin::Bin/linuxdoc-tools";
|
||||||
|
|
||||||
# ---------------------------------------------------------------------
|
# ---------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user