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
This commit is contained in:
Lennart Poettering 2005-01-08 01:19:34 +00:00
parent 9a59d016dd
commit 1e78a1dd02
2 changed files with 3 additions and 5 deletions

View file

@ -53,6 +53,6 @@ distcleancheck:
@:
doxygen:
$(MAKE) -C doxygen
$(MAKE) -C doxygen doxygen
.PHONY: homepage distcleancheck doxygen

View file

@ -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