From: Arch Librarian Date: Mon, 20 Sep 2004 16:50:49 +0000 (+0000) Subject: Tuning X-Git-Tag: 0.7.21~316^2~1402 X-Git-Url: http://git.hcoop.net/ntk/apt.git/commitdiff_plain/faf4e30cb406bf35c9bb3ec7c018107ea6e01eba Tuning Author: jgg Date: 1998-07-15 02:22:23 GMT Tuning --- diff --git a/Makefile b/Makefile index add464cd..b2e55a57 100644 --- 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 $@ diff --git a/buildlib/makefile.in b/buildlib/makefile.in index 596f33d9..093ac204 100644 --- a/buildlib/makefile.in +++ b/buildlib/makefile.in @@ -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 diff --git a/buildlib/manpage.mak b/buildlib/manpage.mak index d6a4ba3a..cfa5fc1a 100644 --- a/buildlib/manpage.mak +++ b/buildlib/manpage.mak @@ -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