Browse Source

Keep Makefile DRY

Jean-Philippe Ouellet 7 years ago
parent
commit
0fb3e503d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/Makefile

+ 1 - 1
doc/Makefile

@@ -23,7 +23,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 $(VM_DOCS)