From 44adcebbfa8e124c93b876182f64512444eae987 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 1 Apr 2011 11:56:52 -0400 Subject: fixing the view make target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 46e4b64..766df70 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ clean: rm -f book.html .PHONY: view -view: +view: book.html xdg-open book.html .DEFAULT_GOAL := book.html -- cgit v1.2.3