Build instruction for n00bs

This commit is contained in:
Dirk
2025-07-04 14:24:41 +02:00
parent 488de491a1
commit 6e2bd0123c

View File

@ -15,3 +15,5 @@ $(NAME).$(MANSECTION): $(NAME).$(MANSECTION).md
$(NAME).$(MANSECTION).html: template.html $(NAME).$(MANSECTION).md
$(PANDOC) --standalone --to html5 --template template.html --metadata title="$(TITLE)" $(NAME).$(MANSECTION).md -o $@
# Source is Markdown