diff --git a/doc/Makefile b/doc/Makefile index 35f3f04..acdc09e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 $@