diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-01-08 01:19:34 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-01-08 01:19:34 +0000 |
commit | 1e78a1dd02e5b2f9c1b439fdc3c51753adbcb36c (patch) | |
tree | c24b4f92b65f76c70751e438ec654481c4036f5d /doxygen | |
parent | 9a59d016ddcf17ab6ce450b1e142fe357213413a (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
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doxygen/Makefile.am b/doxygen/Makefile.am index 9ea724d00..79354b217 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 |