1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-08 15:39:05 +00:00

install the Zenmap man page during 'make install'

This commit is contained in:
kris
2008-01-24 01:36:01 +00:00
parent 8dc6b8d978
commit c5edfb15f0
2 changed files with 5 additions and 2 deletions

View File

@@ -28,6 +28,9 @@ o Fixed a man page bug related to our DocBook to Nroff translation
uses the ".nse" string which was being confused with the Nroff
no-space mode command. [Fyodor]
o The Zenmap man page is now installed on Unix when "make install" is
run. This was supposed to work before, but didn't. [Kris]
4.53
o Impoved Windows executable installer by making uninstall work better

View File

@@ -178,7 +178,7 @@ install-nmap: $(TARGET)
# Use strip -x to avoid stripping dynamically loaded NSE functions. See
# http://seclists.org/nmap-dev/2007/q4/0272.html.
$(STRIP) -x $(DESTDIR)$(bindir)/nmap
$(INSTALL) -c -m 644 docs/$(TARGET).1 $(DESTDIR)$(mandir)/man1/
$(INSTALL) -c -m 644 docs/$(TARGET).1 docs/zenmap.1 $(DESTDIR)$(mandir)/man1/
$(INSTALL) -c -m 644 docs/nmap.xsl $(DESTDIR)$(nmapdatadir)/
$(INSTALL) -c -m 644 docs/nmap.dtd $(DESTDIR)$(nmapdatadir)/
$(INSTALL) -c -m 644 nmap-services $(DESTDIR)$(nmapdatadir)/
@@ -236,7 +236,7 @@ install: install-nmap $(INSTALLNSE) $(INSTALLZENMAP)
uninstall:
rm -f $(bindir)/$(TARGET) $(bindir)/xnmap
rm -f $(mandir)/man1/nmap.1
rm -f $(mandir)/man1/$(TARGET).1 $(mandir)/man1/zenmap.1
rm -rf $(nmapdatadir) $(nmaplibexecdir)
${srcdir}/configure: configure.ac