X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/blobdiff_plain/c1e885622539c8e9edfd333f0275e061ebab3c6c..700f5bb55fa1ff957196b1e0f1400ab0b0d07cf8:/Makefile diff --git a/Makefile b/Makefile index d35f08f..60bd888 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. @@ -115,7 +115,7 @@ HTML_DST = \ ${DST}/conduct/index.html \ ${DST}/setup/index.html \ $(patsubst _episodes/%.md,${DST}/%/index.html,$(sort $(wildcard _episodes/*.md))) \ - ${DST}/reference/index.html \ + ${DST}/reference.html \ $(patsubst _extras/%.md,${DST}/%/index.html,$(sort $(wildcard _extras/*.md))) \ ${DST}/license/index.html