diff options
Diffstat (limited to 'unix/make/Makefile.utf')
-rw-r--r-- | unix/make/Makefile.utf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/make/Makefile.utf b/unix/make/Makefile.utf index 10e72309..78601bbc 100644 --- a/unix/make/Makefile.utf +++ b/unix/make/Makefile.utf @@ -31,11 +31,11 @@ HFILES=\ all: $(LIB) install: $(LIB) - mkdir -p $(PREFIX)/man/man3 $(PREFIX)/man/man7 - install -c -m 0644 isalpharune.3 $(PREFIX)/man/man3/isalpharune.3 + mkdir -p $(PREFIX)/share/man/man3 $(PREFIX)/man/man7 + install -c -m 0644 isalpharune.3 $(PREFIX)/share/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 - install -c -m 0644 runestrcat.3 $(PREFIX)/man/man3/runestrcat.3 + install -c -m 0644 rune.3 $(PREFIX)/share/man/man3/rune.3 + install -c -m 0644 runestrcat.3 $(PREFIX)/share/man/man3/runestrcat.3 mkdir -p $(PREFIX)/include install -c -m 0644 utf.h $(PREFIX)/include/utf.h mkdir -p $(PREFIX)/lib |