mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +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:
parent
1b12a44ee8
commit
05eb8c8520
3 changed files with 1 additions and 1 deletions
|
|
@ -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)/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue