diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 19:25:11 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 19:25:11 -0700 |
| commit | 2f8ddff8571c78ab75190a144e69d37e4d27fe46 (patch) | |
| tree | 0df08343a650c0c3f53eea5f4e676831b8654a56 | |
| parent | fded91c062d89cd47060cfb251d916a27473224d (diff) | |
| download | vcpkg-2f8ddff8571c78ab75190a144e69d37e4d27fe46.tar.gz vcpkg-2f8ddff8571c78ab75190a144e69d37e4d27fe46.zip | |
[pcre] Delete some man pages and documentation files
| -rw-r--r-- | ports/pcre/portfile.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/pcre/portfile.cmake b/ports/pcre/portfile.cmake index 75d4275d2..2a9c1ee76 100644 --- a/ports/pcre/portfile.cmake +++ b/ports/pcre/portfile.cmake @@ -36,6 +36,10 @@ vcpkg_install_cmake() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/man) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/man) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/share/doc) + # Handle copyright file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/pcre) file(RENAME ${CURRENT_PACKAGES_DIR}/share/pcre/COPYING ${CURRENT_PACKAGES_DIR}/share/pcre/copyright) |
