1
0
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:
fyodor
2009-11-19 05:26:12 +00:00
parent 1b12a44ee8
commit 05eb8c8520
3 changed files with 1 additions and 1 deletions

View File

@@ -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)/