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 add464cd8feb80cb07646f061ab3e217c0d92d47..b2e55a57f209328e8c8b6d04c389f99189c44da7 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 596f33d9de378ee4ad0c907efb7d790d20955aaa..093ac204cf904f78e20eb06e6f6752fb994933eb 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 d6a4ba3a588485e91171b35a417064753793a870..cfa5fc1a2a087627b3d1a91e5cddbdb89040477c 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