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
This commit is contained in:
mdb
2001-02-16 03:29:07 +00:00
parent 8a19e977ae
commit 4f8979557e
+4 -3
View File
@@ -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