aboutsummaryrefslogtreecommitdiff
path: root/html/Makefile
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2021-03-25 12:52:58 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2021-03-25 12:52:58 +0100
commitefc12a09ee97a879b940ef9f295e480af6a647aa (patch)
tree6414ed23f5f9bf6f684f8065bf66cb020512d2ef /html/Makefile
parent9e43520fc6f2385e68ab6845419dc8d484a22457 (diff)
downloadmuhqs-game-efc12a09ee97a879b940ef9f295e480af6a647aa.tar.gz
muhqs-game-efc12a09ee97a879b940ef9f295e480af6a647aa.zip
add YAML links to cards html page
Diffstat (limited to 'html/Makefile')
-rw-r--r--html/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/Makefile b/html/Makefile
index 6d1a75ed..d8996e41 100644
--- a/html/Makefile
+++ b/html/Makefile
@@ -65,6 +65,7 @@ $(eval $(call generateHtml, $(BUILDDIR)/rules))
cards.md: $(CARDS_YAML) $(GENERATE_CARD) $(MAKEFILE_LIST)
@echo "render cards $@"
+ $(VERBOSE) ln -sf $(DATA_ROOT)/cards $(BUILDDIR)/cards-data
$(VERBOSE) ln -sf $(CARDS_PDF_DIR) $(BUILDDIR)/cards
$(VERBOSE) make -C $(LATEX_ROOT)
@echo "building $@"