Skip to content

Commit c21dfd3

Browse files
committed
[FIX] paths of docs
1 parent 16994e4 commit c21dfd3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ install (TARGETS lambda lambda_indexer
140140

141141
# Install non-binary files for the package to "." for app builds and
142142
# ${PREFIX}/share/doc/lambda for SeqAn release builds.
143-
install (FILES ../LICENSE
144-
../README.md
145-
../CHANGELOG.md
143+
install (FILES ../LICENSE-GPL3.rst
144+
../README.rst
145+
../COPYING.rst
146146
DESTINATION ${SEQAN_PREFIX_SHARE_DOC})
147147
# install (FILES example/fasta1.fa
148148
# example/fasta2.fa

0 commit comments

Comments
 (0)