diff options
Diffstat (limited to 'extra/cmake/build')
-rwxr-xr-x | extra/cmake/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/cmake/build b/extra/cmake/build index a2de31ab..0cf437d5 100755 --- a/extra/cmake/build +++ b/extra/cmake/build @@ -29,3 +29,6 @@ else make make DESTDIR="$1" install fi + +# This isn't the actual documentation +rm -r "$1/usr/doc" |