[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No rule to make target glade/psppire.xml'
From: |
Ben Pfaff |
Subject: |
Re: No rule to make target glade/psppire.xml' |
Date: |
Sat, 05 Jul 2008 14:57:16 -0700 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
John Darrington <address@hidden> writes:
> On Fri, Jun 13, 2008 at 11:09:39PM -0700, Ben Pfaff wrote:
> Matej Cepl <address@hidden> writes:
>
> > Trying to build pspp 0.6.0 on Fedora 9 and having
> > --with-gui-tools option, build fails on the %subj%. The full
> > build log is on
> > http://mcepl.fedorapeople.org/tmp/rpmbuild-log.txt
> >
> > Any ideas, what could be wrong?
>
> It looks like we forgot to distribute some of the files needed to
> build and install when --with-gui-tools is used.
>
> Matej, you can grab the necessary files from the Git (or CVS)
> tree.
>
> John, how does this fix look to you?
>
> This "omission" was, to a large extent, intentional since I can't
> envisage somebody wanting to build the gui meta tools except for the
> purpose of development. On the other hand, I can't see that
> distributing them would cause any problems either.
Any objection to committing the following patch then? I think
that it is all that is needed.
diff --git a/glade/automake.mk b/glade/automake.mk
index a24e88f..6021eec 100644
--- a/glade/automake.mk
+++ b/glade/automake.mk
@@ -22,10 +22,10 @@ libglade_psppire_la_SOURCES = \
src/ui/gui/psppire-keypad.c \
src/ui/gui/psppire-selector.c
-nodist_catalog_DATA = \
+dist_catalog_DATA = \
glade/psppire.xml
-nodist_small_pixmap_DATA = \
+dist_small_pixmap_DATA = \
glade/icons/16x16/psppire-acr.png \
glade/icons/16x16/psppire-hbuttonbox.png \
glade/icons/16x16/psppire-vbuttonbox.png \
@@ -33,7 +33,7 @@ nodist_small_pixmap_DATA = \
glade/icons/16x16/psppire-keypad.png \
glade/icons/16x16/psppire-selector.png
-nodist_large_pixmap_DATA = \
+dist_large_pixmap_DATA = \
glade/icons/22x22/psppire-acr.png \
glade/icons/22x22/psppire-hbuttonbox.png \
glade/icons/22x22/psppire-vbuttonbox.png \
--
Ben Pfaff
http://benpfaff.org
- Re: No rule to make target glade/psppire.xml',
Ben Pfaff <=