aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/Makefile b/html/Makefile
index c1cc1b99..8a372ba1 100644
--- a/html/Makefile
+++ b/html/Makefile
@@ -80,7 +80,7 @@ $(1)/cards_listing.md: $(CARDS_YAML) $(GENERATE_CARD) $(MAKEFILE_LIST)
@if test \( ! \( -d $$(@D) \) \) ;then mkdir -p $$(@D);fi
$(VERBOSE) echo -e "% Cards" > $$@
$(VERBOSE) for set in $(SETS); \
- do echo -e "\n##" $$$$set >> $$@; \
+ do echo -e "\n## $$$$set <span style=\"font-size: 20px;\">[[pdf](../cards/$(2)/$$$$set.pdf)]</span>" >> $$@; \
for card in $(CARDS_YML_DIR)/$$$$set/*.yml; \
do echo "" >> $$@; \
$(GENERATE_CARD) $(GENERATE_CARD_ARGS) --language=$(2) $$$$card >> $$@; \