Generate javadoc docs with ant and put them in the dist directory now
rather than the docs directory. git-svn-id: https://samskivert.googlecode.com/svn/trunk@220 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.2 2001/02/16 03:29:07 mdb Exp $
|
||||
#
|
||||
# A Makefile for generating docs for the samskivert stuff
|
||||
|
||||
ROOT = ../src/java
|
||||
|
||||
PKGDIR = $(ROOT)/com/samskivert
|
||||
|
||||
PACKAGES = $(shell find $(PKGDIR) -name '*.java' | sed 's:/[^/]*$$::g' | sort -u | sed 's:^$(ROOT)/::g' | sed 's:/:.:g' | grep -v '^build$$')
|
||||
|
||||
DOCDIR = .
|
||||
|
||||
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