r16031 - gnucash/trunk - Make ChangeLog depend on NEWS rather than on configure.in. Update svn:ignore.

Christian Stimming cstim at cvs.gnucash.org
Mon Apr 30 05:50:36 EDT 2007


Author: cstim
Date: 2007-04-30 05:50:35 -0400 (Mon, 30 Apr 2007)
New Revision: 16031
Trac: http://svn.gnucash.org/trac/changeset/16031

Modified:
   gnucash/trunk/
   gnucash/trunk/Makefile.am
Log:
Make ChangeLog depend on NEWS rather than on configure.in. Update svn:ignore.


Property changes on: gnucash/trunk
___________________________________________________________________
Name: svn:ignore
   - *.diff
*.diffs
*.log
*.patch
*.prj
*.prj.bak
*.pws
*.tar.gz
*.xac.*.xac
.DS_Store
.deps
.goffice-links
.libs
.links
.tm_project.cache
ABOUT-NLS
COPYING
INSTALL
Makefile
Makefile.in
TAGS
TAGS
TAGS.stamp
aclocal.m4
autom4te-2.53.cache
autom4te.cache
autom4te.cache
compile
config.cache
config.guess
config.h
config.h.in
config.log
config.rpath
config.status
config.sub
configure
cscope.files
cscope.out
depcomp
etags.files
foo
gnucash-config
goffice
goffice-config.h
goffice-features.h
gsf-config.h
install-sh
install-stamp
intl
intltool-extract
intltool-extract.in
intltool-merge
intltool-merge.in
intltool-modules
intltool-update
intltool-update.in
libtool
ltconfig
ltmain.sh
make-gnucash-patch
make-gnucash-potfiles
missing
mkinstalldirs
mkinstalldirs
stamp-*
tags
tags
gsf

   + *.diff
*.diffs
*.log
*.patch
*.prj
*.prj.bak
*.pws
*.tar.gz
*.xac.*.xac
.DS_Store
.deps
.libs
.links
.tm_project.cache
ABOUT-NLS
COPYING
INSTALL
Makefile
Makefile.in
TAGS
TAGS
TAGS.stamp
aclocal.m4
autom4te-2.53.cache
autom4te.cache
autom4te.cache
compile
config.cache
config.guess
config.h
config.h.in
config.log
config.rpath
config.status
config.sub
configure
cscope.files
cscope.out
depcomp
etags.files
foo
gnucash-config
install-sh
install-stamp
intl
intltool-extract
intltool-extract.in
intltool-merge
intltool-merge.in
intltool-modules
intltool-update
intltool-update.in
libtool
ltconfig
ltmain.sh
make-gnucash-patch
make-gnucash-potfiles
missing
mkinstalldirs
mkinstalldirs
stamp-*
tags
tags
ChangeLog


Modified: gnucash/trunk/Makefile.am
===================================================================
--- gnucash/trunk/Makefile.am	2007-04-30 09:42:56 UTC (rev 16030)
+++ gnucash/trunk/Makefile.am	2007-04-30 09:50:35 UTC (rev 16031)
@@ -189,10 +189,10 @@
 
 # This rule will generate a ChangeLog of gnucash/trunk commits, plus
 # all additional branches that are added in
-# ./macros/svn2cl.xsl. (FIXME: Is the dependency on configure.in
-# really a good idea? Before a release, configure.in will get updated
-# because of the version change, so this should fit just fine.)
-ChangeLog: configure.in
+# ./macros/svn2cl.xsl. (FIXME: Is the dependency on NEWS really a good
+# idea? Before a release, NEWS will get updated because of the version
+# change, so this should fit just fine.)
+ChangeLog: NEWS
 	$(SVN) log -v --xml -r HEAD:15287 http://svn.gnucash.org/repo/gnucash | \
 	  $(XSLTPROC) --stringparam strip-prefix "gnucash/trunk" \
 	  --stringparam include-rev "yes" $(srcdir)/macros/svn2cl.xsl - > $@



More information about the gnucash-changes mailing list