mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
12 lines
102 B
Text
12 lines
102 B
Text
|
|
# $Id$
|
||
|
|
|
||
|
|
noinst_DATA=html
|
||
|
|
|
||
|
|
html: doxygen.conf
|
||
|
|
doxygen $<
|
||
|
|
|
||
|
|
clean-local:
|
||
|
|
rm -rf html
|
||
|
|
|
||
|
|
.PHONY: all html
|