From fadaa64985deeee435df27b56fe1d2e388106c23 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Ouellet Date: Thu, 10 Nov 2016 06:24:42 -0500 Subject: [PATCH] Keep Makefile DRY --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index a8aec59c..2caaa691 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -24,7 +24,7 @@ install: manpages manpages: $(QVM_DOCS) $(QUBES_DOCS) $(VM_DOCS) preview: $(rst) - pandoc -s -f rst -t man $(rst) | groff -mandoc -Tlatin1 | less -R + $(PANDOC) $(rst) | groff -mandoc -Tlatin1 | less -R clean: rm -f $(QVM_DOCS) $(QUBES_DOCS) $(VM_DOCS)