Tuning
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:50:49 +0000 (16:50 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:50:49 +0000 (16:50 +0000)
Author: jgg
Date: 1998-07-15 02:22:23 GMT
Tuning

Makefile
buildlib/makefile.in
buildlib/manpage.mak

index add464c..b2e55a5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,4 @@
 all headers library clean veryclean binary program doc:
        $(MAKE) -C deity $@
        $(MAKE) -C apt-pkg $@
+       $(MAKE) -C doc $@
index 596f33d..093ac20 100644 (file)
@@ -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
index d6a4ba3..cfa5fc1 100644 (file)
@@ -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