Diff for /gpl/axl/doc/Makefile.am between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2011/06/08 07:09:12 version 1.1.1.2, 2012/02/17 12:50:03
Line 19  initial_build_doc: Line 19  initial_build_doc:
         @test -e doc.stamp || touch doc.stamp          @test -e doc.stamp || touch doc.stamp
   
 build_doc:  build_doc:
           rm -rf html/
         @echo "Generating module documentation..";          @echo "Generating module documentation..";
         doxygen axl-doc.doxygen          doxygen axl-doc.doxygen
         cp $(top_srcdir)/doc/axl.css html          cp $(top_srcdir)/doc/axl.css html

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>