makerfc = ../scripts/makerfc
all:
- $(SILC_TOP_SRCDIR)/scripts/manpages.pl
touch draft-riikonen-silc-spec-05.txt
touch draft-riikonen-silc-pp-05.txt
touch draft-riikonen-silc-ke-auth-05.txt
if SILC_DIST_CLIENT
dist-hook:
+ $(SILC_TOP_SRCDIR)/scripts/manpages.pl
rm draft-riikonen*.txt
touch draft-riikonen-silc-spec-05.txt
touch draft-riikonen-silc-pp-05.txt
endif
dist-hook:
+ $(SILC_TOP_SRCDIR)/scripts/manpages.pl
touch draft-riikonen-silc-spec-05.txt
touch draft-riikonen-silc-pp-05.txt
touch draft-riikonen-silc-ke-auth-05.txt
seems like user never left the network.
The bf(silc) also supports creation of em(friends) list, which is kind of
-buddy list familiar from IM (Instant Messaging) clients. By using the
-bf(WHOIS) SILC command with em(-details) option it possible to fetch the
+a buddy list familiar from IM (Instant Messaging) clients. By using the
+bf(WHOIS) SILC command with em(-details) option it is possible to fetch the
user's information such as their public keys and certificates, business
card, pictures, and other information and save them to the friends list.
The friends list is located at bf(~/.silc/friends/) directory.
accept the server's public key. When key is accepted the bf(silc) saves
the public key for future into bf(~/.silc/serverkeys/) directory. The
next time user connects to same server the public key is verified against
-the saved public key. The purposeof this public key saving is to avoid
+the saved public key. The purpose of this public key saving is to avoid
man-in-the-middle attacks which could be possible if the key would have
-to be verified everytime user connects to the server.
+to be verified every time user connects to the server.
manpageoptions()
bf(-c) em(host) Connect to given host
$yodl2man = qx/which yodl2man/;
chomp($yodl2man);
+if ($yodl2man eq "" || $yodl2man =~ m/found/) {
+ print "Yodl is needed to to generate manpages.\n";
+ print "Skipping them...\n";
+ exit;
+}
+
@yodl = ('silc.yo', 'silcd.yo', 'silcd.conf.yo', 'silc.conf.yo');
@men = ('silc.1', 'silcd.8', 'silcd.conf.5', 'silc.conf.5');