X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/blobdiff_plain/207d6492945a3c0a26eea98d8d0f00e34904be4f..HEAD:/Makefile diff --git a/Makefile b/Makefile index 1eac375..09d2d34 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ workshop-check : .PHONY : lesson-check lesson-md lesson-files lesson-fixme install-rmd-deps # RMarkdown files -RMD_SRC = $(wildcard _episodes_rmd/??-*.Rmd) +RMD_SRC = $(wildcard _episodes_rmd/*.Rmd) RMD_DST = $(patsubst _episodes_rmd/%.Rmd,_episodes/%.md,$(RMD_SRC)) # Lesson source files in the order they appear in the navigation menu. @@ -107,7 +107,8 @@ MARKDOWN_SRC = \ $(sort $(wildcard _episodes/*.md)) \ reference.md \ $(sort $(wildcard _extras/*.md)) \ - LICENSE.md + LICENSE.md \ + CONTRIBUTING.md # Generated lesson files in the order they appear in the navigation menu. HTML_DST = \