Skip to content

Commit

Permalink
Keep Makefile DRY
Browse files Browse the repository at this point in the history
  • Loading branch information
jpouellet committed Nov 10, 2016
1 parent 696a091 commit 0fb3e50
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 @@ -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)

0 comments on commit 0fb3e50

Please sign in to comment.