From 3572c21ec54ef88a2050ad6778a6beb08d9f3a21 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 26 Aug 2008 00:05:30 -0400 Subject: [PATCH] When a person does 'make libs', run git submodule update for them. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 344a7fb4..784e8172 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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