You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2002/01/22 12:05:06 UTC

cvs commit: jakarta-tomcat-connectors/webapp Makefile.in

jfclere     02/01/22 03:05:06

  Modified:    webapp   Makefile.in
  Log:
  Add javadoc and scandoc generation.
  
  Revision  Changes    Path
  1.25      +7 -1      jakarta-tomcat-connectors/webapp/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/Makefile.in,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- Makefile.in	1 Nov 2001 22:20:51 -0000	1.24
  +++ Makefile.in	22 Jan 2002 11:05:06 -0000	1.25
  @@ -56,7 +56,7 @@
   # ========================================================================= #
   
   # @author  Pier Fumagalli <ma...@betaversion.org>
  -# @version $Id: Makefile.in,v 1.24 2001/11/01 22:20:51 pier Exp $
  +# @version $Id: Makefile.in,v 1.25 2002/01/22 11:05:06 jfclere Exp $
   
   include @TGTDIR@/Makedefs
   
  @@ -114,9 +114,15 @@
   	@$(MAKE) template MFLG="$(MAKEFLAGS)" MDIR="apache-2.0" MTGT="clean"
   
   apidocs-c-build:
  +	mkdir docs/api-c
  +	support/scandoc.pl -i support/template.pl -p docs/api-c/ */*.h
   apidocs-c-clean:
  +	$(RM) -rf docs/api-c
   apidocs-java-build:
  +	mkdir docs/api-java
  +	javadoc java/*.java -d docs/api-java
   apidocs-java-clean:
  +	$(RM) -rf docs/api-java
   
   template:
   	@ { \
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>