comparison spandsp-0.0.6pre17/doc/Makefile.am @ 4:26cd8f1ef0b1

import spandsp-0.0.6pre17
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Fri, 25 Jun 2010 15:50:58 +0200
parents
children
comparison
equal deleted inserted replaced
3:c6c5a16ce2f2 4:26cd8f1ef0b1
1 ##
2 ## SpanDSP - a series of DSP components for telephony
3 ##
4 ## Makefile.am - Process this file with automake to produce Makefile.in
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU Lesser General Public License version 2.1,
8 ## as published by the Free Software Foundation.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 ## GNU Lesser General Public License for more details.
14 ##
15 ## You should have received a copy of the GNU Lesser General Public
16 ## License along with this program; if not, write to the Free Software
17 ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 ##
19 ## $Id: Makefile.am,v 1.12 2008/09/20 15:44:40 steveu Exp $
20
21 MAINTAINERCLEANFILES = Makefile.in
22
23 EXTRA_DIST = css.css \
24 doxygen.in \
25 t38-gateway.dia \
26 t38-terminal.dia \
27 t38_manual.xml \
28 wrapper.xsl \
29 t38_manual/css.css
30
31 all: doxydocs t38_manual/index.html
32
33 doxydocs:
34 doxygen doxygen
35
36 t38_manual/index.html: t38_manual.xml
37 cd t38_manual ; xsltproc ../wrapper.xsl ../t38_manual.xml
38
39 clean:
40 cd t38_manual ; rm *.html ; cd ../api ; rm -rf html

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.