Skip to content

Commit 6801da9

Browse files
evpobrpetterreinholdtsen
authored andcommitted
Skip Makefile.am on docs install with CMake
Closes xiph/ogg#76.
1 parent ec19f4c commit 6801da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ if(INSTALL_DOCS)
175175
doc/skeleton.html
176176
)
177177
install(FILES ${OGG_DOCS} DESTINATION ${CMAKE_INSTALL_DOCDIR}/html)
178-
install(DIRECTORY doc/libogg DESTINATION ${CMAKE_INSTALL_DOCDIR}/html)
178+
install(DIRECTORY doc/libogg DESTINATION ${CMAKE_INSTALL_DOCDIR}/html PATTERN "*.am" EXCLUDE)
179179
endif()
180180

181181
if(BUILD_TESTING)

0 commit comments

Comments
 (0)