From b177724896b75159dbc8e203ac0e5a134229ae90 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 5 May 2000 17:15:56 +0000 Subject: Connected the `doc' subtree to global makefiles. All documentation is built in obj/doc (resp. doc/ if you do a stand-alone build). Use `make docs' to make the whole documentation or `make userdocs' resp. `make progdocs' for user manual resp. developer's guide. --- tools/Makefile-top.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/Makefile-top.in') diff --git a/tools/Makefile-top.in b/tools/Makefile-top.in index 0dee0dc7..415bc876 100644 --- a/tools/Makefile-top.in +++ b/tools/Makefile-top.in @@ -1,9 +1,9 @@ # Makefile for in place build of BIRD -# (c) 1999 Martin Mares +# (c) 1999--2000 Martin Mares objdir=@objdir@ -all depend tags: +all depend tags docs userdocs progdocs: $(MAKE) -C $(objdir) $@ clean: -- cgit v1.2.3