Skip to content

Commit

Permalink
Merge pull request #33 from h3xx/cmake-fix-doc-install
Browse files Browse the repository at this point in the history
Update doc install [Cmake]
  • Loading branch information
folkertvanheusden authored Feb 4, 2024
2 parents 6154f75 + 5565c46 commit 4602393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ install(FILES multitail.1 DESTINATION share/man/man1)
# install doc files
install(FILES manual.html DESTINATION share/doc/multitail-${VERSION})
install(FILES LICENSE DESTINATION share/doc/multitail-${VERSION})
install(FILES readme.txt DESTINATION share/doc/multitail-${VERSION})
install(FILES README.md DESTINATION share/doc/multitail-${VERSION})
install(FILES thanks.txt DESTINATION share/doc/multitail-${VERSION})
# cp conversion-scripts/* etc/multitail/
install(DIRECTORY conversion-scripts DESTINATION etc/multitail)
Expand Down

0 comments on commit 4602393

Please sign in to comment.