/[svn]/liblscp/trunk/doc/Makefile.am
ViewVC logotype

Diff of /liblscp/trunk/doc/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 711 by capela, Mon Feb 14 13:01:55 2005 UTC revision 712 by capela, Thu Jul 21 13:30:31 2005 UTC
# Line 7  INSTIMAGES = html/doxygen.png Line 7  INSTIMAGES = html/doxygen.png
7  all-local: doxygen-build.stamp  all-local: doxygen-build.stamp
8    
9  doxygen-build.stamp: $(DOX) reference.dox \  doxygen-build.stamp: $(DOX) reference.dox \
10          @top_srcdir@/lscp/thread.h @top_srcdir@/lscp/socket.h \          ../lscp/thread.h ../lscp/socket.h \
11          @top_srcdir@/lscp/client.h @top_srcdir@/lscp/device.h \          ../lscp/client.h ../lscp/device.h ../lscp/event.h \
12      @top_srcdir@/lscp/event.h \          ../examples/server.h ../examples/parser.h
         @top_srcdir@/examples/server.h @top_srcdir@/examples/parser.h  
13          @echo '*** Running doxygen ***'          @echo '*** Running doxygen ***'
14          doxygen $(DOX)          doxygen $(DOX)
15          touch doxygen-build.stamp          touch doxygen-build.stamp

Legend:
Removed from v.711  
changed lines
  Added in v.712

  ViewVC Help
Powered by ViewVC