From c5edfb15f0777ab2126b9db844e2cb6466aa7657 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 24 Jan 2008 01:36:01 +0000 Subject: [PATCH] install the Zenmap man page during 'make install' --- CHANGELOG | 3 +++ Makefile.in | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 74c680b9d..3884a639d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/Makefile.in b/Makefile.in index 0c9dba2d1..ede7855ec 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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