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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 103 - (hide annotations) (download)
Fri Jun 4 14:32:51 2004 UTC (19 years, 10 months ago) by capela
File size: 640 byte(s)
Initial alpha release.

1 capela 103 CLEANFILES = doxygen-build.stamp
2    
3     DOX = liblscp.doxygen
4    
5     INSTIMAGES = html/doxygen.png
6    
7     all-local: doxygen-build.stamp
8    
9     doxygen-build.stamp: $(DOX) reference.dox \
10     @top_srcdir@/lscp/thread.h @top_srcdir@/lscp/socket.h \
11     @top_srcdir@/lscp/client.h @top_srcdir@/lscp/device.h \
12     @top_srcdir@/examples/server.h @top_srcdir@/examples/parser.h
13     @echo '*** Running doxygen ***'
14     doxygen $(DOX)
15     touch doxygen-build.stamp
16    
17     clean-local:
18     if test -d html; then rm -fr html; fi
19     if test -d latex; then rm -fr latex; fi
20     if test -d man; then rm -fr man; fi
21    
22     distclean-local: clean
23     rm -f *.stamp || true
24     if test -d html; then rm -rf html; fi

  ViewVC Help
Powered by ViewVC