mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2024-11-23 14:39:40 +00:00
Makefile: fix man symlinks
This commit is contained in:
parent
d9e2c7bfd7
commit
4b4ef5dff9
4
Makefile
4
Makefile
@ -172,8 +172,8 @@ install: xxhsum
|
||||
@ln -sf xxhsum $(DESTDIR)$(BINDIR)/xxh64sum
|
||||
@echo Installing man pages
|
||||
@install -m 644 xxhsum.1 $(DESTDIR)$(MANDIR)/xxhsum.1
|
||||
@ln -sf zstd.1 $(DESTDIR)$(MANDIR)/xxh32sum.1
|
||||
@ln -sf zstd.1 $(DESTDIR)$(MANDIR)/xxh64sum.1
|
||||
@ln -sf xxhsum.1 $(DESTDIR)$(MANDIR)/xxh32sum.1
|
||||
@ln -sf xxhsum.1 $(DESTDIR)$(MANDIR)/xxh64sum.1
|
||||
@echo xxhsum installation completed
|
||||
|
||||
uninstall:
|
||||
|
Loading…
Reference in New Issue
Block a user