mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
Remove unused $PANDOCFLAGS in doc Makefile
This commit is contained in:
parent
dc8f7d9b9e
commit
bb48778fb3
@ -8,7 +8,7 @@ clean:
|
||||
rm -f $(NAME).$(MANSECTION) $(NAME).$(MANSECTION).html
|
||||
|
||||
$(NAME).$(MANSECTION): $(NAME).$(MANSECTION).md
|
||||
$(PANDOC) --standalone $(PANDOCFLAGS) --to man $(NAME).$(MANSECTION).md -o $@
|
||||
$(PANDOC) --standalone --to man $(NAME).$(MANSECTION).md -o $@
|
||||
|
||||
$(NAME).$(MANSECTION).html: template.html $(NAME).$(MANSECTION).md
|
||||
$(PANDOC) --standalone $(PANDOCFLAGS) --to html5 --template template.html $(NAME).$(MANSECTION).md -o $@
|
||||
$(PANDOC) --standalone --to html5 --template template.html $(NAME).$(MANSECTION).md -o $@
|
||||
|
Loading…
Reference in New Issue
Block a user