Enlightenment CVS committal

Author  : andreas99
Project : e16
Module  : tools

Dir     : e16/tools/e16menuedit2


Modified Files:
        Makefile.am configure.in 
Added Files:
        omf.make xmldocs.make 


Log Message:
first try to detect scrollkeeper and if found install help in Gnome format.
Currently not accessable from help, but browsable in yelp. Should add help
in html format for non-Gnome users.

===================================================================
RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Makefile.am 4 Aug 2004 23:03:49 -0000       1.7
+++ Makefile.am 13 Aug 2004 14:04:55 -0000      1.8
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = src po pixmaps
+SUBDIRS = src po pixmaps help
 
 e16menuedit2docdir = ${PACKAGE_DOC_DIR}
 e16menuedit2doc_DATA = \
@@ -23,6 +23,7 @@
                 intltool-update.in
 
 EXTRA_DIST = $(INTLTOOL_DIST) \
-            $(GLADE_FILES)
+            $(GLADE_FILES) \
+             xmldocs.make
 
 
===================================================================
RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/configure.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- configure.in        8 Aug 2004 16:27:46 -0000       1.15
+++ configure.in        13 Aug 2004 14:04:55 -0000      1.16
@@ -25,6 +25,9 @@
 ALL_LINGUAS="de en ko tr"
 AM_GLIB_GNU_GETTEXT
 
+AC_PATH_PROG(SCROLLKEEPER,scrollkeeper-config,0)
+AM_CONDITIONAL(SK, "$SCROLLKEEPER" 2&>/dev/null != 0)
+
 dnl Set PACKAGE_LOCALE_DIR in config.h.
 if test "x${prefix}" = "xNONE"; then
   AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, 
"${ac_default_prefix}/${DATADIRNAME}/locale","")
@@ -93,5 +96,7 @@
 src/Makefile
 pixmaps/Makefile
 po/Makefile.in
+help/Makefile
+help/C/Makefile
 ])
 




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to