Keep Makefile DRY

This commit is contained in:
Jean-Philippe Ouellet 2016-11-10 06:49:01 -05:00
parent 696a0918d5
commit 0fb3e503d3
No known key found for this signature in database
GPG Key ID: E7E455013D042EA1

View File

@ -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)