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 2001/07/04 11:59:37 UTC

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

jfclere     01/07/04 02:59:36

  Modified:    webapp   Makefile.in
  Log:
  Change ./scandoc to ../scandoc (to use scandoc in mod_jk).
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-tomcat-connectors/webapp/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/Makefile.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.in	2001/06/22 09:45:56	1.5
  +++ Makefile.in	2001/07/04 09:59:30	1.6
  @@ -56,7 +56,7 @@
   # ========================================================================= #
   
   # @author  Pier Fumagalli <ma...@eng.sun.com>
  -# @version $Id: Makefile.in,v 1.5 2001/06/22 09:45:56 jfclere Exp $
  +# @version $Id: Makefile.in,v 1.6 2001/07/04 09:59:30 jfclere Exp $
   
   include Makedefs
   
  @@ -104,7 +104,7 @@
   apidocs: include/*.h
   	@echo "Generating API documentation..."
   	@if ! test -d docs/api ; then mkdir docs/api ; fi
  -	@./scandoc/scandoc.pl -i ./scandoc/template.pl -p ./docs/api/ include/*.h
  +	@../scandoc/scandoc.pl -i ../scandoc/template.pl -p ./docs/api/ include/*.h
   
   dist: all apidocs