From 821d0ea7b5c3802952ee99ca98dbe379908b2649 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 3 Aug 2020 14:52:42 +0200 Subject: Makefile: remove 'smart' extension from pandoc call to generate manuals. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 35f1334..9e28dbc 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ html: $(HTML_FILES) # upper case the headers and remove the links $(MANUAL_FILES): $(BUILD_DOCDIR)/%: ./doc/%.md - pandoc -f markdown -t json -- "$<" | ./pandoc2man.jq | pandoc -s -f json -t man+smart -o "$@" + pandoc -f markdown -t json -- "$<" | ./pandoc2man.jq | pandoc -s -f json -t man -o "$@" test: @./tests/run-all -- cgit v1.2.3