Blame lang/qt/doc/Makefile.am

Packit Service 672cf4
# Makefile.am - Makefile for GPGME Qt docs.
Packit Service 672cf4
# Copyright (C) 2016 Bundesamt für Sicherheit in der Informationstechnik
Packit Service 672cf4
# Software engineering by Intevation GmbH
Packit Service 672cf4
#
Packit Service 672cf4
# This file is part of GPGME.
Packit Service 672cf4
#
Packit Service 672cf4
# GPGME is free software; you can redistribute it and/or modify it
Packit Service 672cf4
# under the terms of the GNU Lesser General Public License as
Packit Service 672cf4
# published by the Free Software Foundation; either version 2.1 of the
Packit Service 672cf4
# License, or (at your option) any later version.
Packit Service 672cf4
#
Packit Service 672cf4
# GPGME is distributed in the hope that it will be useful, but WITHOUT
Packit Service 672cf4
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
Packit Service 672cf4
# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
Packit Service 672cf4
# Public License for more details.
Packit Service 672cf4
#
Packit Service 672cf4
# You should have received a copy of the GNU Lesser General Public
Packit Service 6c01f9
# License along with this program; if not, see <http://www.gnu.org/licenses/>.
Packit Service 672cf4
Packit Service 672cf4
## Process this file with automake to produce Makefile.in
Packit Service 672cf4
Packit Service 672cf4
if HAVE_DOXYGEN
Packit Service 672cf4
doxyfile.stamp:
Packit Service 672cf4
	$(DOXYGEN) Doxyfile
Packit Service 672cf4
	touch doxyfile.stamp
Packit Service 672cf4
Packit Service 672cf4
CLEANFILES = doxyfile.stamp
Packit Service 672cf4
Packit Service 672cf4
all-local: doxyfile.stamp
Packit Service 672cf4
clean-local:
Packit Service 672cf4
	rm -rf $(abs_builddir)/generated
Packit Service 672cf4
endif