diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-06 11:13:47 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-06 11:13:47 +0200 |
commit | 7571046dc2c165c8282d6af78f3e79a849216863 (patch) | |
tree | 30b0be1b2511767ed33e45fcba84a5d12c58d381 /Makefile | |
parent | e470ae1d239e3f7928688441a57d365e2a97ee65 (diff) |
Moved manual to another location
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 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 |