From 2d891c907bb0f2ba0973ed69470db57ef628be3b Mon Sep 17 00:00:00 2001 From: mdb Date: Wed, 8 Aug 2001 23:31:45 +0000 Subject: [PATCH] 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 --- projects/samskivert/docs/Makefile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 projects/samskivert/docs/Makefile diff --git a/projects/samskivert/docs/Makefile b/projects/samskivert/docs/Makefile deleted file mode 100644 index b9072b9d..00000000 --- a/projects/samskivert/docs/Makefile +++ /dev/null @@ -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