aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/makefile b/makefile
index 832c245..08e14f2 100644
--- a/makefile
+++ b/makefile
@@ -54,12 +54,8 @@ CURRENT_DIR=`pwd`
build: $(SRC) $(PLUGS) $(CONFIG)
# Recompute constants
- cd /plugins/readability/
- sh recompute_READABILITY_N.sh
- cd -
- cd /plugins/style
- sh recompute_STYLE_N.sh
- cd -
+ cd plugins/readability/ && sh recompute_READABILITY_N.sh
+ cd plugins/style && sh recompute_STYLE_N.sh
# Make cache
mkdir -p $(CURRENT_CACHE_DIR)
# Hardcode cache path