commit | 1b7f98fb307ba8f3271a5051f05395ac99056b26 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Tue Dec 28 23:27:43 2004 +0000 |
committer | rsc <devnull@localhost> | Tue Dec 28 23:27:43 2004 +0000 |
tree | e7c7edd866130ebd77544fe1398642ae92ea779a | |
parent | e5d47e6e15c72b816315e520a3b7756babf9deb2 [diff] [blame] |
fix up extraction procedures
diff --git a/unix/make/Makefile.utf b/unix/make/Makefile.utf index 9c142d4..4d15d10 100644 --- a/unix/make/Makefile.utf +++ b/unix/make/Makefile.utf
@@ -31,7 +31,7 @@ all: $(LIB) install: $(LIB) - test -d $(PREFIX)/man/man3 || mkdir $(PREFIX)/man/man3 + mkdir -p $(PREFIX)/man/man3 $(PREFIX)/man/man7 install -c -m 0644 isalpharune.3 $(PREFIX)/man/man3/isalpharune.3 install -c -m 0644 utf.7 $(PREFIX)/man/man7/utf.7 install -c -m 0644 rune.3 $(PREFIX)/man/man3/rune.3