aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2018-01-31 09:36:06 +0100
committerJakob Unterwurzacher2018-01-31 09:36:06 +0100
commit399132f1012ee1736dada2efb9658f7dc7c05a1d (patch)
treed95d6089caa759fcfe37b7508d9230cd49a8c3a5
parentcfc75466cd490c0a641aa72c5bc890d939fbcc88 (diff)
Drop "git pull" from the Makefile
Technically has nothing to do with building, and fails and aborts the build if you don't have a tracking branch.
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af4eb28..e0f4d6b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
all:
- git pull
LC_ALL=C.UTF-8 LANG=C.UTF-8 mkdocs build --clean
cp -af htaccess site/.htaccess