]> git.saurik.com Git - apt.git/blobdiff - buildlib/makefile.in
Fixed docs
[apt.git] / buildlib / makefile.in
index 093ac204cf904f78e20eb06e6f6752fb994933eb..cf808643b935e0bf50097bf097439912408c6702 100644 (file)
@@ -2,10 +2,14 @@
 
 # This is the build directory make file, it sets the build directory
 # and runs the src makefile.
 
 # This is the build directory make file, it sets the build directory
 # and runs the src makefile.
+ifndef NOISY
 .SILENT:
 .SILENT:
+endif
 
 SRCDIR=@top_srcdir@
 
 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
 
 BUILD:=$(shell pwd)
 export BUILD