aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3fae1b63..3151564e 100644
--- a/Makefile
+++ b/Makefile
@@ -38,3 +38,9 @@ template: locale-compile
38 $(PYTHON) ./template.py 38 $(PYTHON) ./template.py
39 39
40it: template 40it: template
41
42current_dir = $(shell pwd)
43
44run: all
45 @[ "$(BROWSER)" ] || ( echo "You need to export the environment variable 'BROWSER' to run this."; exit 1 )
46 $(RUN_BROWSER) $(current_dir)/en/index.html