You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by mc...@apache.org on 2004/04/18 09:26:03 UTC

cvs commit: logging-log4cxx/docs Makefile.am

mcatan      2004/04/18 00:26:03

  Modified:    docs     Makefile.am
  Log:
  added dependencies
  
  Revision  Changes    Path
  1.4       +1 -1      logging-log4cxx/docs/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/docs/Makefile.am,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.am	7 Mar 2004 05:59:20 -0000	1.3
  +++ Makefile.am	18 Apr 2004 07:26:03 -0000	1.4
  @@ -47,7 +47,7 @@
   all-local: dox
   
   
  -html/index.html: Doxyfile
  +html/index.html: Doxyfile introduction.dox mainpage.dox
   	"@DOXYGEN@"
   
   distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)