diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-02 14:49:43 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-02 14:49:43 (EDT) |
commit | 68108bdc5f7b943dcebcff2fa7c7a5423305fa28 (patch) | |
tree | 3bf9f9aa45c96bffa845467e11645f6a6341f446 /build | |
parent | 8cf8f5ca63f2bad66af417a108c2b753fb2f6cb4 (diff) |
build: Move documentation files.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ install: build oh-autoinstall # Remove GNU Libtool archive files. rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libunistring.la + # Put all documentation files in /usr/share/doc/libunistring.0/. + mv dest/usr/share/doc/libunistring/ dest/usr/share/doc/libunistring.0/ # Remove GNU Info index. rm -f dest/usr/share/info/dir oh-fixperms |