diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | man/1/host (renamed from man/man1/host.1) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ bin/%: src/%.c install: bin/host mkdir -p $(prefix)/bin $(prefix)/share/man/man1 cp bin/host $(prefix)/bin/host - cp man/man1/host.1 $(prefix)/share/man/man1 + cp man/1/host $(prefix)/share/man/man1/host.1 chmod 755 $(prefix)/bin/host chmod 644 $(prefix)/share/man/man1/host.1 diff --git a/man/man1/host.1 b/man/1/host index 8f426ff..8f426ff 100644 --- a/man/man1/host.1 +++ b/man/1/host |