Keep Makefile DRY

This commit is contained in:
Jean-Philippe Ouellet 2016-11-10 06:42:39 -05:00
parent c15841c828
commit e24f3535ff
No known key found for this signature in database
GPG Key ID: E7E455013D042EA1

View File

@ -21,7 +21,7 @@ install: manpages
manpages: $(TOOLS_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 $(TOOLS_DOCS)