Skip to content

Commit

Permalink
Keep Makefile DRY
Browse files Browse the repository at this point in the history
(cherry picked from commit fadaa64)
  • Loading branch information
jpouellet authored and marmarek committed Mar 14, 2017
1 parent 20e4764 commit da11b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit da11b0f

Please sign in to comment.