Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        Makefile.am 


Log Message:


nooo. debian/changelog is meant to be in MAINTAINERCLEANFILES - because make
maintainer-clean is something the maintainer of the source does to clean out
auto-generated files that are gerenated BY configure, autoconf etc. etc. so
the tree looks basically like what is committed to cvs only and nothing else.
once done you need to re-run autogen.sh to build. package building should
have no business running make maintainer-clean. package builds should only be
doing:

(set up environment)
configure (options)
make (options)
make install (options)
(extract files into package)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/Makefile.am,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- Makefile.am 14 Mar 2006 13:53:33 -0000      1.25
+++ Makefile.am 14 Mar 2006 23:45:08 -0000      1.26
@@ -9,7 +9,8 @@
                       evas.pc \
                       evas.spec \
                       evas.oe evas-native.oe \
-                      evas.bb evasXnative.bb
+                      evas.bb evasXnative.bb \
+                      debian/changelog
 
 bin_SCRIPTS = evas-config
 




-------------------------------------------------------
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