Skip to content

Commit

Permalink
remove traces of html mans
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Apr 3, 2024
1 parent 4bc14f4 commit ad873bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions make-targz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ cp metaplasmidspades.py $TARGET_DIR/
cp coronaspades.py $TARGET_DIR/
cp spades_compile.sh $TARGET_DIR/
cp spades_init.py $TARGET_DIR/
cp manual.html $TARGET_DIR/
cp rnaspades_manual.html $TARGET_DIR/
cp changelog.html $TARGET_DIR/
cp GPLv2.txt $TARGET_DIR/

Expand Down
6 changes: 0 additions & 6 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,9 @@ install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../VERSION"
DESTINATION share/spades
COMPONENT common)
# manual, LICENSE, and GPLv2
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../manual.html"
DESTINATION share/spades
COMPONENT spades-docs)
install(FILES "${README_MD_PATH}"
DESTINATION share/spades
COMPONENT spades-docs)
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../rnaspades_manual.html"
DESTINATION share/spades
COMPONENT spades-docs)
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE"
DESTINATION share/spades
COMPONENT common)
Expand Down

0 comments on commit ad873bc

Please sign in to comment.