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/07/23 20:17:55 UTC

cvs commit: apache-2.0/src/lib/apr/docs .cvsignore

rbb         00/07/23 11:17:55

  Modified:    src/lib/apr Makefile.in
  Added:       src/lib/apr/docs .cvsignore
  Log:
  Add a rule to make the docs from APR's header files.  And add a .cvsignore
  so that those generated html pages are ignored by CVS.
  
  Revision  Changes    Path
  1.24      +4 -0      apache-2.0/src/lib/apr/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/Makefile.in,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- Makefile.in	2000/06/27 20:06:18	1.23
  +++ Makefile.in	2000/07/23 18:17:54	1.24
  @@ -98,5 +98,9 @@
   	done;
   
   install: all
  +
  +docs:
  +	./helpers/scandoc -i./helpers/default.pl -p./docs/ ./include/*.h
   	
   # DO NOT REMOVE
  +docs: $(INCDIR)/*.h
  
  
  
  1.1                  apache-2.0/src/lib/apr/docs/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  *.html