Missing modification of the variable DOXYGEN to

efl_doxygen. Spotted by Albin Tonnerre (Lutin).


SVN revision: 38896
This commit is contained in:
Vincent Torri 2009-02-01 20:27:16 +00:00
parent a61119575a
commit f265bc43b2
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ doc-clean:
rm -rf html/ latex/ man/ xml/ $(PACKAGE_DOCNAME).tar*
doc: all doc-clean
$(DOXYGEN)
$(efl_doxygen)
cp img/* html/
rm -rf $(PACKAGE_DOCNAME).tar*
mkdir -p $(PACKAGE_DOCNAME)/doc

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 Test for the doxygen program
dnl Defines DOXYGEN
dnl Defines efl_doxygen
dnl Defines the automake conditionnal EFL_BUILD_DOC
dnl
AC_DEFUN([EFL_CHECK_DOXYGEN],
@ -43,7 +43,7 @@ dnl
dnl
dnl Check the given doxygen program.
dnl
[DOXYGEN=${withval}
[efl_doxygen=${withval}
AC_CHECK_PROG([efl_have_doxygen],
[${efl_doxygen}],
[yes],