mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-11-27 04:31:17 +01:00
Build instruction for n00bs
This commit is contained in:
parent
488de491a1
commit
6e2bd0123c
@ -15,3 +15,5 @@ $(NAME).$(MANSECTION): $(NAME).$(MANSECTION).md
|
|||||||
|
|
||||||
$(NAME).$(MANSECTION).html: template.html $(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 $@
|
$(PANDOC) --standalone --to html5 --template template.html --metadata title="$(TITLE)" $(NAME).$(MANSECTION).md -o $@
|
||||||
|
|
||||||
|
# Source is Markdown
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user