Skip to content

Commit 33749c8

Browse files
authored
Merge pull request #450 from Unity-Technologies/DCC-250-remove-version-from-index-md
removed version from index.md since it's already in the changelog
2 parents eda4962 + 1f29ea0 commit 33749c8

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ execute_process(COMMAND ${GIT_EXECUTABLE} config --get remote.origin.url
2727

2828
configure_file(${CMAKE_SOURCE_DIR}/proto.com.unity.formats.fbx/package.json.in ${CMAKE_BINARY_DIR}/package.json @ONLY)
2929

30-
configure_file(${CMAKE_SOURCE_DIR}/proto.com.unity.formats.fbx/Documentation~/index.md.in ${CMAKE_BINARY_DIR}/index.md @ONLY)
31-
3230
###########################################################################
3331
# Zip integrations folder
3432

@@ -89,10 +87,6 @@ install(
8987
FILES "${CMAKE_BINARY_DIR}/${MAYA_INTEGRATION_ZIP_NAME}" "${CMAKE_BINARY_DIR}/${MAX_INTEGRATION_ZIP_NAME}"
9088
DESTINATION "${CMAKE_INSTALL_PREFIX}/com.unity.formats.fbx/Editor/Integrations~"
9189
)
92-
install(
93-
FILES "${CMAKE_BINARY_DIR}/index.md"
94-
DESTINATION "${CMAKE_INSTALL_PREFIX}/com.unity.formats.fbx/Documentation~"
95-
)
9690
install(
9791
FILES "${CMAKE_SOURCE_DIR}/CHANGELOG.md" "${CMAKE_SOURCE_DIR}/LICENSE.md" "${CMAKE_BINARY_DIR}/package.json"
9892
DESTINATION "${CMAKE_INSTALL_PREFIX}/com.unity.formats.fbx"

proto.com.unity.formats.fbx/Documentation~/index.md.in renamed to proto.com.unity.formats.fbx/Documentation~/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# FBX Exporter
22

3-
__Version__: @PACKAGE_VERSION@
4-
53
The FBX Exporter package provides round-trip workflows between Unity and 3D modeling software. Use this workflow to send geometry, Lights, Cameras, and animation from Unity to Autodesk® Maya®, Autodesk® Maya LT™, or Autodesk® 3ds Max®, and back again, with minimal effort.
64

75
The FBX Exporter package includes the following features:

0 commit comments

Comments
 (0)