summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Batts <vbatts@hashbangbash.com>2010-07-08 11:18:27 -0400
committerVincent Batts <vbatts@hashbangbash.com>2010-07-08 11:18:27 -0400
commitb56dbb104b7e64d6bd270ed4260c3b309b645edd (patch)
tree09f4a1c7c41b64c72eff7cd88acf9d24f15807d3 /Makefile
parentcb960440f0476588843f6a965f4c084c66749fc2 (diff)
downloadslackbook-b56dbb104b7e64d6bd270ed4260c3b309b645edd.tar.xz
* 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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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