* doc/Makefile.am:

* m4/efl_doxygen.m4:
	Missing modification of the variable DOXYGEN to
	efl_doxygen. Spotted by Albin Tonnerre (Lutin).



SVN revision: 38891
This commit is contained in:
Vincent Torri 2009-02-01 20:20:29 +00:00
parent 0c8c30bddc
commit 715f0f8758
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2009-02-01 Vincent Torri <doursse at users dot sf dot net>
* doc/Makefile.am:
* m4/efl_doxygen.m4:
Missing modification of the variable DOXYGEN to
efl_doxygen. Spotted by Albin Tonnerre (Lutin).
2009-02-01 Vincent Torri <doursse at users dot sf dot net> 2009-02-01 Vincent Torri <doursse at users dot sf dot net>
* m4/efl_doxygen.m4: * m4/efl_doxygen.m4:

View File

@ -7,7 +7,7 @@ if EFL_BUILD_DOC
doc: all doc: all
rm -rf html/ latex/ man/ rm -rf html/ latex/ man/
$(DOXYGEN) $(efl_doxygen)
else else

View File

@ -5,7 +5,7 @@ dnl Macro that check if doxygen is available or not.
dnl EFL_CHECK_DOXYGEN([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) dnl EFL_CHECK_DOXYGEN([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for the doxygen program dnl Test for the doxygen program
dnl Defines DOXYGEN dnl Defines efl_doxygen
dnl Defines the automake conditionnal EFL_BUILD_DOC dnl Defines the automake conditionnal EFL_BUILD_DOC
dnl dnl
AC_DEFUN([EFL_CHECK_DOXYGEN], AC_DEFUN([EFL_CHECK_DOXYGEN],
@ -43,7 +43,7 @@ dnl
dnl dnl
dnl Check the given doxygen program. dnl Check the given doxygen program.
dnl dnl
[DOXYGEN=${withval} [efl_doxygen=${withval}
AC_CHECK_PROG([efl_have_doxygen], AC_CHECK_PROG([efl_have_doxygen],
[${efl_doxygen}], [${efl_doxygen}],
[yes], [yes],