From b56dbb104b7e64d6bd270ed4260c3b309b645edd Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 8 Jul 2010 11:18:27 -0400 Subject: * adding a "view" target to the make file * updating the TODO * adding two simple pictures from the installer * including those images in chapter_02 * filling in a bit of fdisk(8) output --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index daef830..46e4b64 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,8 @@ book.html: clean build.sh $(chapters) clean: rm -f book.html +.PHONY: view +view: + xdg-open book.html + .DEFAULT_GOAL := book.html -- cgit v1.2.3