You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/08/14 04:54:43 UTC

cvs commit: apache-2.0/src Makefile.in CHANGES

rbb         00/08/13 19:54:42

  Modified:    src      Makefile.in CHANGES
  Log:
  Add a make directive for making the documentation
  
  Revision  Changes    Path
  1.28      +4 -0      apache-2.0/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/Makefile.in,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- Makefile.in	2000/08/11 04:13:43	1.27
  +++ Makefile.in	2000/08/14 02:54:41	1.28
  @@ -47,6 +47,10 @@
   
   htdocs-srcdir = $(srcdir)/../htdocs
   	
  +docs: include/*.h
  +	mkdir -p ./docs/api
  +	lib/apr/helpers/scandoc -ihelpers/default.pl -p./docs/api/ ./include/*.h
  +
   install-htdocs:
   	@echo Installing HTML documents
   	@test -d $(htdocsdir) || $(MKINSTALLDIRS) $(htdocsdir)
  
  
  
  1.201     +3 -0      apache-2.0/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/CHANGES,v
  retrieving revision 1.200
  retrieving revision 1.201
  diff -u -r1.200 -r1.201
  --- CHANGES	2000/08/12 18:45:22	1.200
  +++ CHANGES	2000/08/14 02:54:41	1.201
  @@ -1,4 +1,7 @@
   Changes with Apache 2.0a6
  +  *) Apache 2.0 has been completely documented using Scandoc.  The
  +     docs can be generated by running 'make docs'.  [Ryan Bloom]
  +
     *) Add filtered I/O to Apache.  This is based on bucket brigades,
        Currently the buckets still use BUFF under the covers, but that
        should change quickly.  The only currently written filter is the
  
  
  

Re: cvs commit: apache-2.0/src Makefile.in CHANGES

Posted by rb...@covalent.net.
On 14 Aug 2000 rbb@locus.apache.org wrote:

> rbb         00/08/13 19:54:42
> 
>   Modified:    src      Makefile.in CHANGES
>   Log:
>   Add a make directive for making the documentation

Okay, that's it.  The whole 2.0 API is documented.  They can be build by
running 'make docs'.  There is a minor problem with ScanDoc, but I hope to
commit a patch to that in a few minutes.  Please, whenever committing a
new function from now on, write the docs to go with it.

Ryan


_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------


Re: cvs commit: apache-2.0/src Makefile.in CHANGES

Posted by rb...@covalent.net.
On 14 Aug 2000 rbb@locus.apache.org wrote:

> rbb         00/08/13 19:54:42
> 
>   Modified:    src      Makefile.in CHANGES
>   Log:
>   Add a make directive for making the documentation

Okay, that's it.  The whole 2.0 API is documented.  They can be build by
running 'make docs'.  There is a minor problem with ScanDoc, but I hope to
commit a patch to that in a few minutes.  Please, whenever committing a
new function from now on, write the docs to go with it.

Ryan


_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------