Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        Doxyfile Makefile.am configure.ac configure.in 


Log Message:
Documentation fixes and cleanups. Build eet's if they are out of date with
their edc's. Install data files w/o tarring the whole data directory.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/Doxyfile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Doxyfile    6 Oct 2003 17:57:29 -0000       1.2
+++ Doxyfile    16 Oct 2003 20:54:24 -0000      1.3
@@ -137,9 +137,3 @@
 GENERATE_LEGEND        = YES
 DOT_CLEANUP            = YES
 SEARCHENGINE           = NO
-CGI_NAME               = search.cgi
-CGI_URL                = 
-DOC_URL                = 
-DOC_ABSPATH            = 
-BIN_ABSPATH            = /usr/bin/
-EXT_DOC_PATHS          = 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- Makefile.am 27 Aug 2003 06:55:38 -0000      1.13
+++ Makefile.am 16 Oct 2003 20:54:24 -0000      1.14
@@ -1,24 +1,12 @@
 
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = src test tools
+SUBDIRS = src test tools data
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
                   config.h.in config.sub configure install-sh \
                   ltconfig ltmain.sh missing mkinstalldirs \
                   stamp-h.in
-
-install-data-local:
-       @$(NORMAL_INSTALL)
-       if [ -d $(srcdir)/data ]; then \
-         $(mkinstalldirs) $(DESTDIR)$(pkgdatadir); \
-           (cd $(srcdir)/data; tar -cf - *) | (cd $(DESTDIR)$(pkgdatadir); tar -xf -) 
\
-       fi
-
-dist-hook:
-       if [ -d data ]; then \
-         (cd $(srcdir)/data; tar -cf - *) | (cd $(distdir); tar -xf -) \
-       fi
 
 bin_SCRIPTS = ewl-config
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.ac,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- configure.ac        27 Aug 2003 06:55:38 -0000      1.14
+++ configure.ac        16 Oct 2003 20:54:24 -0000      1.15
@@ -149,6 +149,11 @@
 test/Makefile
 tools/Makefile
 tools/ewl_config/Makefile
+data/Makefile
+data/themes/Makefile
+data/themes/default/Makefile
+data/themes/default/bits/Makefile
+data/themes/default/fonts/Makefile
 ])
 AC_CONFIG_COMMANDS([default],[[
 chmod +x ewl-config
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- configure.in        27 Aug 2003 06:55:38 -0000      1.20
+++ configure.in        16 Oct 2003 20:54:24 -0000      1.21
@@ -139,6 +139,11 @@
 test/Makefile
 tools/Makefile
 tools/ewl_config/Makefile
+data/Makefile
+data/themes/Makefile
+data/themes/default/Makefile
+data/themes/default/bits/Makefile
+data/themes/default/fonts/Makefile
 ], [
 chmod +x ewl-config
 ]




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to