Blame doc/Makefile.am

Packit 8f7830
#  flac - Command-line FLAC encoder/decoder
Packit 8f7830
#  Copyright (C) 2002-2009  Josh Coalson
Packit 8f7830
#  Copyright (C) 2011-2016  Xiph.Org Foundation
Packit 8f7830
#
Packit 8f7830
#  This program is free software; you can redistribute it and/or
Packit 8f7830
#  modify it under the terms of the GNU General Public License
Packit 8f7830
#  as published by the Free Software Foundation; either version 2
Packit 8f7830
#  of the License, or (at your option) any later version.
Packit 8f7830
#
Packit 8f7830
#  This program is distributed in the hope that it will be useful,
Packit 8f7830
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 8f7830
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 8f7830
#  GNU General Public License for more details.
Packit 8f7830
#
Packit 8f7830
#  You should have received a copy of the GNU General Public License along
Packit 8f7830
#  with this program; if not, write to the Free Software Foundation, Inc.,
Packit 8f7830
#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Packit 8f7830
Packit 8f7830
SUBDIRS = . html
Packit 8f7830
Packit 8f7830
if FLaC__HAS_DOXYGEN
Packit 8f7830
all-local: Doxyfile
Packit 8f7830
FLAC.tag: Doxyfile
Packit 8f7830
	doxygen Doxyfile
Packit 8f7830
	rm -rf html/api
Packit 8f7830
	mv doxytmp/html html/api
Packit 8f7830
	rm -rf doxytmp
Packit 8f7830
else
Packit 8f7830
FLAC.tag:
Packit 8f7830
	touch $@
Packit 8f7830
	mkdir -p html/api
Packit 8f7830
endif
Packit 8f7830
Packit 8f7830
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
Packit 8f7830
Packit 8f7830
doc_DATA = \
Packit 8f7830
	FLAC.tag
Packit 8f7830
Packit 8f7830
EXTRA_DIST = Doxyfile.in Makefile.lite doxygen.footer.html doxygen.header.html \
Packit 8f7830
	isoflac.txt $(doc_DATA)
Packit 8f7830
Packit 8f7830
distclean-local:
Packit 8f7830
	rm -rf FLAC.tag html/api doxytmp