From d3a25066c942ac23e202629ac469726aa6527cdf Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 16 Jan 2005 21:32:01 +0000 Subject: tweaks --- unix/make/Makefile.utf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unix/make/Makefile.utf') diff --git a/unix/make/Makefile.utf b/unix/make/Makefile.utf index 4d15d100..10e72309 100644 --- a/unix/make/Makefile.utf +++ b/unix/make/Makefile.utf @@ -36,6 +36,8 @@ install: $(LIB) 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 + mkdir -p $(PREFIX)/include install -c -m 0644 utf.h $(PREFIX)/include/utf.h + mkdir -p $(PREFIX)/lib install -c -m 0644 $(LIB) $(PREFIX)/lib/$(LIB) -- cgit v1.2.3