summaryrefslogtreecommitdiffstats
path: root/doxygen/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-04-18 18:18:28 +0000
committerLennart Poettering <lennart@poettering.net>2006-04-18 18:18:28 +0000
commit65fd9b315b8c5ace2774d255b268187bf52b246d (patch)
tree1edf24f36951bb2032e5a42d86534a8971faca01 /doxygen/Makefile.am
parente454bb1a47c303c119e77257b9c2f6e766416eb1 (diff)
fix make distcheck
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@751 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'doxygen/Makefile.am')
-rw-r--r--doxygen/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/doxygen/Makefile.am b/doxygen/Makefile.am
index 79354b21..a68db577 100644
--- a/doxygen/Makefile.am
+++ b/doxygen/Makefile.am
@@ -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