Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/edje
Dir : e17/libs/edje
Modified Files:
Makefile.am
Log Message:
some default "sane" values to save a lot of typing in edje .edc files + a
test .edc with comments and some images to use for compiling.... :)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 2 Jun 2003 23:49:54 -0000 1.1
+++ Makefile.am 16 Jun 2003 23:44:12 -0000 1.2
@@ -7,12 +7,30 @@
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in edje_docs.tar edje_docs.tar.gz edje.c
+install-data-local:
+ @$(NORMAL_INSTALL)
+ if test -d $(srcdir)/data; then \
+ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/data; \
+ for d in $(srcdir)/data/*; do \
+ cp -pR $$d $(DESTDIR)$(pkgdatadir)/data; \
+ done \
+ fi
+
dist-hook:
./gendoc; \
- tar cvf edje_docs.tar doc; \
+ tar cvf edje_docs.tar doc/html doc/latex doc/man; \
rm -f edje_docs.tar.gz; \
- gzip -9 edje_docs.tar;
+ gzip -9 edje_docs.tar; \
+ if test -d data; then \
+ mkdir $(distdir)/data; \
+ for file in data/*; do \
+ if test -f $$file; then \
+ cp -p $$file $(distdir)/data; \
+ fi \
+ done \
+ fi
bin_SCRIPTS = edje-config
EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN edje.spec edje.c.in gendoc Doxyfile
edje_docs.tar.gz
+
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs