Blame doxygen/Makefile.am

Packit 6baad5
# This file is part of libasyncns.
Packit 6baad5
#
Packit 6baad5
# Copyright 2005-2008 Lennart Poettering
Packit 6baad5
#
Packit 6baad5
# libasyncns is free software; you can redistribute it and/or modify
Packit 6baad5
# it under the terms of the GNU Lesser General Public License as
Packit 6baad5
# published by the Free Software Foundation, either version 2.1 of the
Packit 6baad5
# License, or (at your option) any later version.
Packit 6baad5
#
Packit 6baad5
# libasyncns is distributed in the hope that it will be useful, but
Packit 6baad5
# WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 6baad5
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Packit 6baad5
# Lesser General Public License for more details.
Packit 6baad5
#
Packit 6baad5
# You should have received a copy of the GNU Lesser General Public
Packit 6baad5
# License along with libasyncns. If not, see
Packit 6baad5
# <http://www.gnu.org/licenses/>.
Packit 6baad5
Packit 6baad5
doxygen: doxygen.conf
Packit 6baad5
	doxygen $<
Packit 6baad5
Packit 6baad5
clean-local:
Packit 6baad5
	rm -rf html
Packit 6baad5
Packit 6baad5
.PHONY: all doxygen