mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
put ".links" into lib so rm -rf works properly from the top-level
of the source tree. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13593 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -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@employees.org>
|
||||
|
||||
* src/gnome-utils/gnc-main-window.c: Show newly created windows
|
||||
|
||||
@@ -6,7 +6,7 @@ docdir = ${GNC_DOC_INSTALL_DIR}
|
||||
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 @@ make-gnucash-potfiles: make-gnucash-potfiles.in Makefile
|
||||
chmod +x $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
.links:
|
||||
lib/.links:
|
||||
rm -f goffice gsf
|
||||
if !HAVE_GOFFICE
|
||||
$(LN_S) -f . goffice
|
||||
@@ -107,13 +107,13 @@ endif
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user