fix make distcheck

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@751 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-04-18 18:18:28 +00:00
parent e454bb1a47
commit 65fd9b315b
2 changed files with 11 additions and 3 deletions

View file

@ -20,7 +20,13 @@
doxygen: doxygen.conf
doxygen $<
distclean-local:
-rm -f doxygen.conf Makefile
maintainerc-cleanlocal:
-rm -f Makefile.in
clean-local:
rm -rf html
-rm -rf html
.PHONY: all doxygen