We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488de49 commit 6e2bd01Copy full SHA for 6e2bd01
1 file changed
doc/Makefile
@@ -15,3 +15,5 @@ $(NAME).$(MANSECTION): $(NAME).$(MANSECTION).md
15
16
$(NAME).$(MANSECTION).html: template.html $(NAME).$(MANSECTION).md
17
$(PANDOC) --standalone --to html5 --template template.html --metadata title="$(TITLE)" $(NAME).$(MANSECTION).md -o $@
18
+
19
+# Source is Markdown
0 commit comments