mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Note new man-xlate dir in Makefile, rename the portuguese man page XML source files to correspond to renamed rendered versions
This commit is contained in:
@@ -216,7 +216,7 @@ install-nmap: $(TARGET)
|
||||
if [ "$(USE_NLS)" = "yes" ]; then \
|
||||
for ll in $(filter $(ALL_LINGUAS),$(LINGUAS)); do \
|
||||
$(INSTALL) -d $(DESTDIR)$(mandir)/$$ll/man1; \
|
||||
$(INSTALL) -c -m 644 docs/$(TARGET)-$$ll.1 $(DESTDIR)$(mandir)/$$ll/man1/$(TARGET).1; \
|
||||
$(INSTALL) -c -m 644 docs/man-xlate/$(TARGET)-$$ll.1 $(DESTDIR)$(mandir)/$$ll/man1/$(TARGET).1; \
|
||||
done; \
|
||||
fi
|
||||
$(INSTALL) -c -m 644 docs/nmap.xsl $(DESTDIR)$(nmapdatadir)/
|
||||
|
||||
Reference in New Issue
Block a user