blob: 423824f80971f35bd06e52970ddd3896c80b8258 [file] [log] [blame]
Josh Coalsondea419a2002-07-25 05:33:54 +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 Lopo6a5fe432016-12-05 06:35:39 +11003# Copyright (C) 2011-2016 Xiph.Org Foundation
Josh Coalsondea419a2002-07-25 05:33:54 +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 Coalsondea419a2002-07-25 05:33:54 +000018
Josh Coalsoncd0e3222002-10-23 22:08:13 +000019topdir = ..
20
Josh Coalsondea419a2002-07-25 05:33:54 +000021FLAC.tag: Doxyfile
Josh Coalsonffc41f02002-08-15 19:19:28 +000022 rm -rf doxytmp
Josh Coalsondea419a2002-07-25 05:33:54 +000023 doxygen Doxyfile
24 rm -rf html/api
25 mv doxytmp/html html/api
26 rm -rf doxytmp
27
28clean:
29 rm -rf FLAC.tag html/api doxytmp