Author: Konstantin Dmitriev <[email protected]>
Date:   Sun Jun  5 00:00:52 2011 +0700

Don't show debug info in about dialogue for stable releases.

---

 synfig-studio/build_tools/Makefile.am |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/synfig-studio/build_tools/Makefile.am 
b/synfig-studio/build_tools/Makefile.am
index 29b053f..fffc7a3 100644
--- a/synfig-studio/build_tools/Makefile.am
+++ b/synfig-studio/build_tools/Makefile.am
@@ -1,7 +1,13 @@
 dist_noinst_SCRIPTS = autorevision.sh
 
+if DEVELOPMENT_SNAPSHOT
 all-local:
        sh $(srcdir)/autorevision.sh "$(top_srcdir)" "$(top_builddir)"
+else
+all-local:
+       -rm -f $(top_builddir)/autorevision.h
+       touch $(top_builddir)/autorevision.h
+endif
 
 clean-local:
        -rm -f $(top_builddir)/autorevision.h


------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to