Missing modification of the variable DOXYGEN to
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 1 Feb 2009 20:25:19 +0000 (20:25 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 1 Feb 2009 20:25:19 +0000 (20:25 +0000)
efl_doxygen. Spotted by Albin Tonnerre (Lutin).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@38893 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

doc/Makefile.am
m4/efl_doxygen.m4

index 93b5340..5829546 100644 (file)
@@ -10,7 +10,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
index eaac993..0c1452f 100644 (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],