summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-12-11 12:50:08 +0000
committerng0 <ng0@taler.net>2019-12-11 12:50:08 +0000
commitc48ae6962aea9dced0bf528cfebd0951ac371ee8 (patch)
treeb81dc88f8a316de0f0ef5ded77d984ad9971d257 /GNUmakefile
parentbbb19421d341ee6b808f65550236b7209f90c348 (diff)
downloadwww-c48ae6962aea9dced0bf528cfebd0951ac371ee8.tar.gz
www-c48ae6962aea9dced0bf528cfebd0951ac371ee8.tar.bz2
www-c48ae6962aea9dced0bf528cfebd0951ac371ee8.zip
remove rule which is now in bootstrap. keep the gitmodule update rule.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a3520cb0..0e712b9d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -82,8 +82,5 @@ clean:
$(rm) -rf en/ de/ fr/ it/ es/ ru/
$(rm) -rf rendered/
-submodules/init:
- $(git) submodule update --init --recursive
-
submodules/update:
$(git) submodule update --recursive --remote