mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 10:08:29 +02:00
Remove unused $PANDOCFLAGS in doc Makefile
This commit is contained in:
@ -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 $@
|
||||
|
Reference in New Issue
Block a user