Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        autogen.sh 


Log Message:
De-couple the man page from dox MAIN page.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/autogen.sh,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- autogen.sh  3 Feb 2004 16:16:52 -0000       1.15
+++ autogen.sh  20 Apr 2004 21:30:42 -0000      1.16
@@ -1,11 +1,9 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
 
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
+PKG_NAME="enlightenment"
 
-THEDIR="`pwd`"
-cd "$srcdir"
+srcdir=`dirname $0`
 DIE=0
 
 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
@@ -60,14 +58,13 @@
 echo "  autoconf"
 autoconf
 
-cd "$THEDIR"
-
-cd "$THEDIR/man"
 
-cat ../dox/E-docs/MAIN | ./e2mp > enlightenment.pod
-pod2man --center="Enlightenment Man Pages" --release="Enlightenment 0.16.7" 
./enlightenment.pod > enlightenment.1
+#conf_flags="--enable-maintainer-mode --enable-compile-warnings"
 
-
-cd "$THEDIR"
-
-$srcdir/configure "$@" && echo && echo "Now type 'make' to compile Enlightenment."
+if test x$NOCONFIGURE = x; then
+  echo Running $srcdir/configure $conf_flags "$@" ...
+  $srcdir/configure $conf_flags "$@" \
+  && echo Now type \`make\' to compile $PKG_NAME
+else
+  echo Skipping configure process.
+fi




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to