summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 766df70..525e149 100644
--- a/Makefile
+++ b/Makefile
@@ -2,15 +2,14 @@
chapters = chapter_*.xml
-book.html: clean build.sh $(chapters)
- sh build.sh
+book.html: build.sh $(chapters)
+ sh build.sh && \
ls -l $@
.PHONY: clean
clean:
rm -f book.html
-.PHONY: view
view: book.html
xdg-open book.html