When a person does 'make libs', run git submodule update for them.

This commit is contained in:
John Wiegley 2008-08-26 00:05:30 -04:00
parent b1696f072a
commit 3572c21ec5

View file

@ -346,6 +346,8 @@ $(top_builddir)/doc/refman.pdf: $(top_builddir)/doc/html/index.html
docs: pdf $(top_builddir)/doc/refman.pdf
libs:
@echo Building dependency libs and installing in /usr/local/stow ...
git submodule update --init
(cd lib; make)
report: all