blob: 4681bf871551008469a225606b5e8d37445adba5 [file] [log] [blame]
Josh Coalson5e5fc012002-07-16 16:09:53 +00001# flac - Command-line FLAC encoder/decoder
Erik de Castro Lopob1982fb2013-05-25 17:11:19 +10002# Copyright (C) 2002-2009 Josh Coalson
Erik de Castro Lopo14373912014-11-24 22:07:15 +11003# Copyright (C) 2011-2014 Xiph.Org Foundation
Josh Coalson5e5fc012002-07-16 16:09:53 +00004#
5# This program is free software; you can redistribute it and/or
6# modify it under the terms of the GNU General Public License
7# as published by the Free Software Foundation; either version 2
8# of the License, or (at your option) any later version.
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 General Public License for more details.
14#
Miroslav Lichvar6a1f59b2012-12-04 17:36:05 +010015# You should have received a copy of the GNU General Public License along
16# with this program; if not, write to the Free Software Foundation, Inc.,
17# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Josh Coalson5e5fc012002-07-16 16:09:53 +000018
Josh Coalson5e5fc012002-07-16 16:09:53 +000019SUBDIRS = . html
20
Josh Coalson52afda92003-01-10 04:38:44 +000021if FLaC__HAS_DOXYGEN
Olivier Blinf6997882012-12-28 19:58:46 +010022all-local: Doxyfile
Josh Coalson5e5fc012002-07-16 16:09:53 +000023FLAC.tag: Doxyfile
24 doxygen Doxyfile
25 rm -rf html/api
26 mv doxytmp/html html/api
27 rm -rf doxytmp
Josh Coalson52afda92003-01-10 04:38:44 +000028else
29FLAC.tag:
Josh Coalson50452ab2004-07-30 00:47:04 +000030 touch $@
Josh Coalson52afda92003-01-10 04:38:44 +000031 mkdir -p html/api
32endif
Josh Coalson5e5fc012002-07-16 16:09:53 +000033
34docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
35
Josh Coalson1f99eac2002-08-23 06:45:23 +000036doc_DATA = \
Josh Coalson5e5fc012002-07-16 16:09:53 +000037 FLAC.tag
38
Olivier Blinf6997882012-12-28 19:58:46 +010039EXTRA_DIST = Doxyfile.in Makefile.lite doxygen.footer.html doxygen.header.html $(doc_DATA)
Josh Coalsonb39417b2002-09-24 06:41:29 +000040
Ralph Giles4632f942013-01-18 14:04:27 -080041distclean-local:
Josh Coalsonb39417b2002-09-24 06:41:29 +000042 rm -rf FLAC.tag html/api doxytmp