Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir     : e17/proto/exorcist/build


Modified Files:
        Makefile 


Log Message:
fix make dist rule
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/exorcist/build/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile    21 Mar 2006 11:17:11 -0000      1.2
+++ Makefile    21 Mar 2006 11:43:21 -0000      1.3
@@ -120,14 +120,16 @@
        || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
        && $RM $(distdir); };
        @mkdir $(distdir)
-       @cp -pR ../win32 \
-       ../INSTALL \
-       ../linux/Makefile ../linux/$(AVS_PC).in ../linux/bootstrap.sh 
../linux/configure ../linux/configure.in ../linux/config.h.in 
../linux/config.sub ../linux/config.guess ../linux/gen_sources.sh.in 
../linux/libavisynth.def ../linux/platform.inc.in ../linux/m4 \
-       ../../docs/Doxyfile ../../docs/README ../../docs/avisynth.css 
../../docs/gendoc ../../docs/installdocs.c.in \
+       @cp -pR \
+       build/config_check.inc \
+       build/config_msg.inc \
+       build/config_output.inc \
+       build/configure \
+       build/Makefile \
+       build/sources.inc \
+       src/bin/*.c \
+       src/bin/*.h \
        $(SRC_DIR)/ $(distdir)
-       @find $(distdir) -path '*CVS' | while read i; do \
-         $(RM) $$i; \
-       done
 
 dist-tar: distdir
        @tar cf $(distfile) $(distdir)




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to