Skip to content

Commit

Permalink
docs: moving README into source files and other fixes
Browse files Browse the repository at this point in the history
pjotrp committed Dec 27, 2020
1 parent 8ab7e6a commit 4f82e32
Showing 212 changed files with 3,239 additions and 1,589 deletions.
9 changes: 7 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -183,7 +183,8 @@ set(BINS
vcfqual2info
vcfinfo2qual
vcfglbound
vcfinfosummarize)
vcfinfosummarize
)

# ---- Get version

@@ -297,8 +298,12 @@ if (PANDOC)
add_custom_target( man
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
# COMMAND ${PANDOC} ./test/pytest/vcf2tsv.md -s -t man -o ./man/vcf2tsv.1
COMMAND ruby ./test/scripts/bin2md.rb test/scripts/bin2md-template.erb
COMMAND ruby ./test/scripts/bin2md.rb --man test/scripts/bin2md-template.erb
COMMAND ruby ./test/scripts/bin2md.rb --man --index
COMMAND ruby ./test/scripts/md2man
# regenerate to allow for URLs in markdown docs
COMMAND ruby ./test/scripts/bin2md.rb test/scripts/bin2md-template.erb
COMMAND ruby ./test/scripts/bin2md.rb --index
)
else (PANDOC)
message("Pandoc needs to be installed to generate the man pages")
Loading
Oops, something went wrong.

0 comments on commit 4f82e32

Please sign in to comment.