# ─ ¶ Build Targets ───────────────────────────────────────────────────
# Initialize the ⛩️📰 书社 repository if it is empty.
-$(SHUSHE)/GNUmakefile : %/GNUmakefile :
+$(SHUSHE)/GNUmakefile : $(THISDIR)/%/GNUmakefile :
@$(PRINTF) '%s\n' $(call quote,Initializing git submodule at `$*´)
- $(silent)$(GIT) submodule update --init $(call quote,$*)
+ $(silent)cd $(THISDIR) && $(GIT) submodule update --init $(call quote,$*)
# Touch parsers and transforms if the files in `lib/´ have changed.
$(PARSERS) $(TRANSFORMS) : $(wildcard lib/*.xslt)