Enlightenment CVS committal Author : mej Project : eterm Module : libast
Dir : eterm/libast Modified Files: ChangeLog Doxyfile autogen.sh Log Message: Sun Feb 23 22:00:55 2003 Michael Jennings (mej) Still working on the documentation. If you run "doxygen" from the top-level directory, you can see what's there so far. At some point, I'll be needing a logo. So if you're artistically inclined, feel free to take a stab at one. :) =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/ChangeLog,v retrieving revision 1.64 retrieving revision 1.65 diff -u -3 -r1.64 -r1.65 --- ChangeLog 20 Feb 2003 05:44:43 -0000 1.64 +++ ChangeLog 24 Feb 2003 03:03:19 -0000 1.65 @@ -363,3 +363,11 @@ The beginnings of doxygen documentation. ---------------------------------------------------------------------- +Sun Feb 23 22:00:55 2003 Michael Jennings (mej) + +Still working on the documentation. If you run "doxygen" from the +top-level directory, you can see what's there so far. + +At some point, I'll be needing a logo. So if you're artistically +inclined, feel free to take a stab at one. :) +---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/Doxyfile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Doxyfile 20 Feb 2003 05:44:44 -0000 1.1 +++ Doxyfile 24 Feb 2003 03:03:19 -0000 1.2 @@ -358,7 +358,7 @@ # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = test +EXCLUDE = # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories # that are symbolic links (a Unix filesystem feature) are excluded from the input. @@ -369,20 +369,20 @@ # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude # certain files from those directories. -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = */test/* */examples/* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = +EXAMPLE_PATH = doc/examples # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank all files are included. -EXAMPLE_PATTERNS = +EXAMPLE_PATTERNS = *.c *.h # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be # searched for input files to be used with the \include or \dontinclude @@ -570,7 +570,7 @@ # used to set the initial width (in pixels) of the frame in which the tree # is shown. -TREEVIEW_WIDTH = 250 +TREEVIEW_WIDTH = 200 #--------------------------------------------------------------------------- # configuration options related to the LaTeX output @@ -794,7 +794,8 @@ # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. -PREDEFINED = __GNUC__ DEBUG=99 __FILE__ __LINE__ __FUNCTION__ +PREDEFINED = __GNUC__ DEBUG=99 __FILE__ __LINE__ \ + __FUNCTION__ HAVE_LIBIMLIB2 # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/autogen.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- autogen.sh 30 Oct 2000 22:02:42 -0000 1.1 +++ autogen.sh 24 Feb 2003 03:03:19 -0000 1.2 @@ -1,6 +1,6 @@ #!/bin/sh # Run this to generate all the initial makefiles, etc. -# $Id: autogen.sh,v 1.1 2000/10/30 22:02:42 mej Exp $ +# $Id: autogen.sh,v 1.2 2003/02/24 03:03:19 mej Exp $ DIE=0 @@ -14,7 +14,7 @@ DIE=1 } -(libtool --version) < /dev/null > /dev/null 2>&1 || { +(libtoolize --version) < /dev/null > /dev/null 2>&1 || { echo echo "You must have libtool installed to compile libast." echo "Download the appropriate package for your distribution," ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs