summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-01-08 01:19:34 +0000
committerLennart Poettering <lennart@poettering.net>2005-01-08 01:19:34 +0000
commit1e78a1dd02e5b2f9c1b439fdc3c51753adbcb36c (patch)
treec24b4f92b65f76c70751e438ec654481c4036f5d
parent9a59d016ddcf17ab6ce450b1e142fe357213413a (diff)
change doxygen build stuff for better compat with moderm automakes
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@332 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--Makefile.am2
-rw-r--r--doxygen/Makefile.am6
2 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 43e4b58a..7935321d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,6 +53,6 @@ distcleancheck:
@:
doxygen:
- $(MAKE) -C doxygen
+ $(MAKE) -C doxygen doxygen
.PHONY: homepage distcleancheck doxygen
diff --git a/doxygen/Makefile.am b/doxygen/Makefile.am
index 9ea724d0..79354b21 100644
--- a/doxygen/Makefile.am
+++ b/doxygen/Makefile.am
@@ -17,12 +17,10 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
-noinst_DATA=html
-
-html: doxygen.conf
+doxygen: doxygen.conf
doxygen $<
clean-local:
rm -rf html
-.PHONY: all html
+.PHONY: all doxygen