mirror of
https://github.com/tildeclub/site.git
synced 2026-01-23 21:40:18 +00:00
improve build output
This commit is contained in:
@@ -6,7 +6,8 @@ PANDOC != command -v pandoc 2> /dev/null
|
||||
all: $(DST_HTML_FILES)
|
||||
|
||||
%.html: source/%.md
|
||||
$(PANDOC) \
|
||||
@echo "building $@"
|
||||
@$(PANDOC) \
|
||||
--template wiki.tmpl \
|
||||
--lua-filter header-permalinks.lua \
|
||||
--title-prefix "tilde.club wiki" \
|
||||
@@ -17,7 +18,8 @@ all: $(DST_HTML_FILES)
|
||||
$<
|
||||
|
||||
clean:
|
||||
rm *.html
|
||||
@echo "removing generated files"
|
||||
@rm $(DST_HTML_FILES)
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user