diff --git a/Makefile.in b/Makefile.in index a656fea1d..2bf650727 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,6 +48,8 @@ INSTALLNMAPFE=@INSTALLNMAPFE@ export SRCS = main.cc nmap.cc targets.cc tcpip.cc nmap_error.cc utils.cc idle_scan.cc osscan.cc output.cc scan_engine.cc timing.cc charpool.cc services.cc protocols.cc nmap_rpc.cc portlist.cc NmapOps.cc TargetGroup.cc Target.cc FingerPrintResults.cc service_scan.cc NmapOutputTable.cc MACLookup.cc nmap_tty.cc nmap_dns.cc @COMPAT_SRCS@ +export HDRS = charpool.h FingerPrintResults.h global_structures.h idle_scan.h MACLookup.h nmap_amigaos.h nmap_dns.h nmap_error.h nmap.h NmapOps.h NmapOutputTable.h nmap_rpc.h nmap_tty.h nmap_winconfig.h osscan.h output.h portlist.h protocols.h scan_engine.h service_scan.h services.h TargetGroup.h Target.h targets.h tcpip.h timing.h utils.h + OBJS = main.o nmap.o targets.o tcpip.o nmap_error.o utils.o idle_scan.o osscan.o output.o scan_engine.o timing.o charpool.o services.o protocols.o nmap_rpc.o portlist.o NmapOps.o TargetGroup.o Target.o FingerPrintResults.o service_scan.o NmapOutputTable.o MACLookup.o nmap_tty.o nmap_dns.o @COMPAT_OBJS@ # %.o : %.cc -- nope this is a GNU extension diff --git a/docs/nmap.1 b/docs/nmap.1 index 6276a4d3e..68c7b58b1 100644 --- a/docs/nmap.1 +++ b/docs/nmap.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "NMAP" "1" "06/12/2006" "" "Nmap Reference Guide" +.TH "NMAP" "1" "06/23/2006" "" "Nmap Reference Guide" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index 3d02f4007..a4eee144a 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -1,4 +1,4 @@ -Nmap 4.10 ( http://www.insecure.org/nmap/ ) +Nmap 4.11 ( http://www.insecure.org/nmap/ ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc. diff --git a/scripts/Makefile b/scripts/Makefile index f2c938016..d8c36b739 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -62,8 +62,8 @@ distro: $(MAKE) -C .. clean cd .. && rm -f $(LIBPCAPDIR)/config.cache $(LIBPCAPDIR)/Makefile cd .. && unix2dos README-WIN32 - cd .. && cp -a $(SRCS) $(DEPS) $(DATAFILES) nmapfe.desktop \ - configure.ac config.h.in aclocal.m4 nmap_winconfig.h Makefile.in \ + cd .. && cp -a $(SRCS) $(HDRS) $(DATAFILES) nmapfe.desktop \ + configure.ac config.h.in aclocal.m4 Makefile.in \ configure shtool install-sh config.guess \ nmap-$(NMAP_VERSION)-1.spec config.sub INSTALL README-WIN32 COPYING \ COPYING.OpenSSL CHANGELOG HACKING /usr/tmp/nmap-$(NMAP_VERSION)