mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Simply copy ndiff.py and the man page when building .dmg installer. See #201
This commit is contained in:
@@ -118,10 +118,10 @@ stage-zenmap: export-$(ZENMAP_BUILD_DIR)
|
|||||||
cp -rf $(ZENMAP_BUILD_DIR)/zenmap/dist/Zenmap.app $(ZENMAP_STAGING_DIR)/Applications/
|
cp -rf $(ZENMAP_BUILD_DIR)/zenmap/dist/Zenmap.app $(ZENMAP_STAGING_DIR)/Applications/
|
||||||
|
|
||||||
stage-ndiff: export-$(NDIFF_BUILD_DIR)
|
stage-ndiff: export-$(NDIFF_BUILD_DIR)
|
||||||
cd $(NDIFF_BUILD_DIR) && ./configure --without-zenmap --without-ncat --with-ndiff --without-nping $(CONFIGURE_ARGS)
|
mkdir -p $(NDIFF_STAGING_DIR)/usr/local/bin
|
||||||
make -C $(NDIFF_BUILD_DIR) build-ndiff
|
mkdir -p $(NDIFF_STAGING_DIR)/usr/local/share/man/man1
|
||||||
rm -rf $(NDIFF_STAGING_DIR)
|
cp $(NDIFF_BUILD_DIR)/ndiff/ndiff.py $(NDIFF_STAGING_DIR)/usr/local/bin/ndiff
|
||||||
make -C $(NDIFF_BUILD_DIR) install-ndiff DESTDIR="`pwd`/$(NDIFF_STAGING_DIR)"
|
cp $(NDIFF_BUILD_DIR)/ndiff/docs/ndiff.1 $(NDIFF_STAGING_DIR)/usr/local/share/man/man1/
|
||||||
|
|
||||||
COPYING.formatted:
|
COPYING.formatted:
|
||||||
# Use the license formatter from the Windows installer.
|
# Use the license formatter from the Windows installer.
|
||||||
|
|||||||
Reference in New Issue
Block a user