Get distcheck working again on Fedora 7

- move the gnucash-desktop.in.in from POTFILES.skip to POTFILES.ignore
- only try to make-gnucash-potfiles if $(srcdir) is writable
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16868 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2008-01-16 16:35:52 +00:00
parent d088b0e9bd
commit 848bfd2b34
3 changed files with 2 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ pot: Makefile po/POTFILES.in
$(srcdir)/po/POTFILES.in: make-gnucash-potfiles .potfiles
./make-gnucash-potfiles > $(srcdir)/po/POTFILES.in
if test -w $(srcdir)/po/POTFILES.in ; then ./make-gnucash-potfiles > $(srcdir)/po/POTFILES.in ; fi
# Creation rules so that po/gnucash.pot can always be created for
# make dist.