implement proper refcounting in polyplib
[profile/ivi/pulseaudio.git] / doxygen / Makefile.am
1 # $Id$
2
3 noinst_DATA=html
4
5 html: doxygen.conf
6         doxygen $<
7
8 clean-local:
9         rm -rf html
10
11 .PHONY: all html