From 7571046dc2c165c8282d6af78f3e79a849216863 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 6 Sep 2009 11:13:47 +0200 Subject: Moved manual to another location --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ede347..06bf4ff 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3