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:
@@ -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
|
# 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 = .
|
DOCDIR = .
|
||||||
|
|
||||||
all: docs
|
|
||||||
|
|
||||||
include $(ROOT)/build/Makefile.java
|
include $(ROOT)/build/Makefile.java
|
||||||
|
|
||||||
|
# let make know that we want to build the docs in this directory by default
|
||||||
|
extra: docs
|
||||||
|
|||||||
Reference in New Issue
Block a user