From 1beb08c39d8debdcbc4e5df4ca2e9da56a64c73b Mon Sep 17 00:00:00 2001 From: evomarc Date: Fri, 5 Jan 2001 06:25:26 +0000 Subject: [PATCH] Added a message about generating the documentation if you have doxygen --- eo/autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/eo/autogen.sh b/eo/autogen.sh index 31f1641b7..1abf328eb 100755 --- a/eo/autogen.sh +++ b/eo/autogen.sh @@ -51,3 +51,4 @@ done echo echo "Now type 'make' to compile $PROG." +echo "And if you have Doxygen installed, type 'make doc' to generate EO documentation."