From 4f8979557e85dffd8f6d18cbb1d8671cbf653b5b Mon Sep 17 00:00:00 2001 From: mdb Date: Fri, 16 Feb 2001 03:29:07 +0000 Subject: [PATCH] Added an extra directive that causes the docs target to be included by the all target. git-svn-id: https://samskivert.googlecode.com/svn/trunk@52 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/samskivert/docs/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/projects/samskivert/docs/Makefile b/projects/samskivert/docs/Makefile index 94df333a..b9072b9d 100644 --- a/projects/samskivert/docs/Makefile +++ b/projects/samskivert/docs/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 2001/02/13 05:54:29 mdb Exp $ +# $Id: Makefile,v 1.2 2001/02/16 03:29:07 mdb Exp $ # # A Makefile for generating docs for the samskivert stuff @@ -11,6 +11,7 @@ PACKAGES = $(shell find $(PKGDIR) -name '*.java' | sed 's:/[^/]*$$::g' | sort -u DOCDIR = . -all: docs - include $(ROOT)/build/Makefile.java + +# let make know that we want to build the docs in this directory by default +extra: docs