diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2021-03-25 12:52:58 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2021-03-25 12:52:58 +0100 |
| commit | efc12a09ee97a879b940ef9f295e480af6a647aa (patch) | |
| tree | 6414ed23f5f9bf6f684f8065bf66cb020512d2ef /html | |
| parent | 9e43520fc6f2385e68ab6845419dc8d484a22457 (diff) | |
| download | muhqs-game-efc12a09ee97a879b940ef9f295e480af6a647aa.tar.gz muhqs-game-efc12a09ee97a879b940ef9f295e480af6a647aa.zip | |
add YAML links to cards html page
Diffstat (limited to 'html')
| -rw-r--r-- | html/Makefile | 1 |
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 $@" |
