]> git.saurik.com Git - apt.git/blobdiff - buildlib/makefile.in
Fixed docs
[apt.git] / buildlib / makefile.in
index 596f33d9de378ee4ad0c907efb7d790d20955aaa..cf808643b935e0bf50097bf097439912408c6702 100644 (file)
@@ -2,9 +2,14 @@
 
 # This is the build directory make file, it sets the build directory
 # and runs the src makefile.
+ifndef NOISY
+.SILENT:
+endif
 
 SRCDIR=@top_srcdir@
-SUBDIRS:=./doc ./bin ./obj ./include/apt-pkg ./include/deity
+SUBDIRS:=./docs ./bin ./bin/methods ./obj ./include/apt-pkg ./include/deity
+SUBDIRS+=./obj/apt-pkg ./obj/deity ./obj/gui ./obj/cmdline \
+       ./obj/test ./obj/methods ./obj/methods/ftp
 BUILD:=$(shell pwd)
 export BUILD