[Gnucash-changes] r13593 - gnucash/trunk - put ".links" into lib so rm -rf works properly from the top-level

Derek Atkins warlord at cvs.gnucash.org
Fri Mar 10 18:32:54 EST 2006


Author: warlord
Date: 2006-03-10 18:32:53 -0500 (Fri, 10 Mar 2006)
New Revision: 13593
Trac: http://svn.gnucash.org/trac/changeset/13593

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/Makefile.am
Log:
put ".links" into lib so rm -rf works properly from the top-level
of the source tree.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-10 23:11:54 UTC (rev 13592)
+++ gnucash/trunk/ChangeLog	2006-03-10 23:32:53 UTC (rev 13593)
@@ -13,6 +13,9 @@
 	* src/import-export/qif-import/qif-dialog-utils.scm:
 	  gnc:get-account-from-full-name requires two args, not three (#334170)
 
+	* Makefile.am: put ".links" into lib so rm -rf works properly
+	  from the top-level of the source tree.
+
 2006-03-10  David Hampton  <hampton at employees.org>
 
 	* src/gnome-utils/gnc-main-window.c: Show newly created windows

Modified: gnucash/trunk/Makefile.am
===================================================================
--- gnucash/trunk/Makefile.am	2006-03-10 23:11:54 UTC (rev 13592)
+++ gnucash/trunk/Makefile.am	2006-03-10 23:32:53 UTC (rev 13593)
@@ -6,7 +6,7 @@
 GNC_CTAGS_FILE = @GNC_CTAGS_FILE@
 GNC_ETAGS_FILE = @GNC_ETAGS_FILE@
 
-noinst_DATA = make-gnucash-patch make-gnucash-potfiles .links
+noinst_DATA = make-gnucash-patch make-gnucash-potfiles lib/.links
 
 dist_doc_DATA = \
   AUTHORS \
@@ -99,7 +99,7 @@
 	chmod +x $@.tmp
 	mv $@.tmp $@
 
-.links: 
+lib/.links: 
 	rm -f goffice gsf
 if !HAVE_GOFFICE
 	$(LN_S) -f . goffice
@@ -107,13 +107,13 @@
 if !HAVE_LIBGSF
 	$(LN_S) -f $(srcdir)/lib/libgsf-1.12.3/gsf gsf
 endif
-	touch .links
+	touch lib/.links
 
 DISTCLEANFILES = \
   intltool-extract intltool-update intltool-merge\
   cscope.files cscope.out etags.files make-gnucash-patch \
   make-gnucash-potfiles po/.intltool-merge-cache \
-  goffice gsf .links po/POTFILES.in
+  goffice gsf lib/.links po/POTFILES.in
 
 cscope.files:
 	find . -name '*.[ch]' > cscope.files



More information about the gnucash-changes mailing list