X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=bbe34d8933d90b26fbf0cd6d464f8774b0871811;hb=c629ae1517314b4e4aa1489ceb4bf74d2c5be835;hp=a3fb177d5558f1dfaeab5ff4278513fac65a6d4f;hpb=e9302029bc26a2f2d8403c80ced6420a7acfe4c7;p=mp-xquery-moved-to-github.git diff --git a/Makefile b/Makefile index a3fb177..bbe34d8 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,16 @@ SUBDIRS = src doc all: $(SUBDIRS) -$(SUBDIRS): +CDEP=doc/common/common.ent + +$(SUBDIRS): $(CDEP) $(MAKE) -C $@ -clean install: +clean install: $(CDEP) for d in $(SUBDIRS); do \ $(MAKE) -C $$d $@; \ done + +$(CDEP): + git submodule init + git submodule update