Add doc/common
[mp-xquery-moved-to-github.git] / Makefile
1 SUBDIRS = src doc
2 .PHONY: $(SUBDIRS) all
3
4 all: $(SUBDIRS)
5
6 $(SUBDIRS): doc/common
7         $(MAKE) -C $@
8
9 clean install: doc/common
10         for d in $(SUBDIRS); do \
11                 $(MAKE) -C $$d $@; \
12         done
13
14 doc/common:
15         git submodule init
16         git submodule update