@@ -8,3 +8,4 @@
all headers library clean veryclean binary program doc:
$(MAKE) -C deity $@
$(MAKE) -C apt-pkg $@
+ $(MAKE) -C doc $@
@@ -2,6 +2,7 @@
# This is the build directory make file, it sets the build directory
# and runs the src makefile.
+.SILENT:
SRCDIR=@top_srcdir@
SUBDIRS:=./doc ./bin ./obj ./include/apt-pkg ./include/deity
@@ -18,7 +18,7 @@ doc: $($(LOCAL)-LIST)
veryclean: veryclean/$(LOCAL)
$($(LOCAL)-LIST) : $(DOC)/% : %
- echo Installing man page %< to $(@D)
+ echo Installing man page $< to $(@D)
cp $< $(@D)
# Clean rule