mirror of
https://github.com/nmap/nmap.git
synced 2026-01-03 05:09:14 +00:00
Nmap 3.97Shmoo
This commit is contained in:
@@ -30,7 +30,7 @@ web:
|
||||
cd ../docs && cp -a nmap_gpgkeys.txt nmap_manpage-*.html nmap*.1 \
|
||||
xnmap.1 nmap.usage.txt nmap.dtd nmap.xsl \
|
||||
leet-nmap-ascii-art.txt $(wroot)/nmap/data/
|
||||
cp $(wroot)/nmapguide/build/man-built.xml $(wroot)/nmap/data/
|
||||
cp $(wroot)/nmapguide/build/nmap-man.xml $(wroot)/nmap/data/nmap-man.xml
|
||||
./sort-prints.pl ../nmap-os-fingerprints > nos && mv nos ../nmap-os-fingerprints
|
||||
./produceosclasschoosebox.pl ../nmap-os-fingerprints > $(wroot)/nmap/data/os-classes.txt
|
||||
cd .. && cp -a CHANGELOG HACKING COPYING COPYING.OpenSSL INSTALL \
|
||||
|
||||
@@ -26,6 +26,7 @@ if (! -d "$distdir/sigs/" ) {
|
||||
opendir DISTDIR, $distdir or die "Could not open distdir: $distdir\n";
|
||||
|
||||
foreach $file (readdir DISTDIR) {
|
||||
if ($file eq "favicon.ico") { next; }
|
||||
if (-f "$distdir/$file") {
|
||||
my $sigfile = "$distdir/sigs/$file.gpg.txt";
|
||||
my $digfile = "$distdir/sigs/$file.digest.txt";
|
||||
|
||||
Reference in New Issue
Block a user