bail out with an error if xsltproc is missing and authors.h needs to be
2007-06-07 Sven Neumann <sven@gimp.org> * app/dialogs/Makefile.am: bail out with an error if xsltproc is missing and authors.h needs to be regenerated. * libgimpwidgets/Makefile.am: let gimpwidgets-private.lo, not the C file, depend on gimp-wilber-pixbufs.h. From the patch attached to bug #444960. svn path=/trunk/; revision=22732
This commit is contained in:
committed by
Sven Neumann
parent
5c9a69f81f
commit
af942b5bdb
@ -1,3 +1,12 @@
|
||||
2007-06-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/dialogs/Makefile.am: bail out with an error if xsltproc is
|
||||
missing and authors.h needs to be regenerated.
|
||||
|
||||
* libgimpwidgets/Makefile.am: let gimpwidgets-private.lo, not the
|
||||
C file, depend on gimp-wilber-pixbufs.h. From the patch attached to
|
||||
bug #444960.
|
||||
|
||||
2007-06-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/dialogs/tips-dialog.c: converted to a GimpDialog.
|
||||
|
||||
@ -104,4 +104,6 @@ $(srcdir)/about-dialog.c: authors.h
|
||||
authors.h: $(top_srcdir)/authors.xml authors.xsl
|
||||
if HAVE_XSLTPROC
|
||||
$(XSLTPROC) authors.xsl $< > $(@) || rm -f $(@)
|
||||
else
|
||||
@( echo "*** xsltproc is required to regenerate $(@) ***"; exit 1; )
|
||||
endif
|
||||
|
||||
@ -259,7 +259,7 @@ EXTRA_DIST = \
|
||||
$(WILBER_IMAGES)
|
||||
|
||||
|
||||
gimpwidgets-private.c: gimp-wilber-pixbufs.h
|
||||
gimpwidgets-private.lo: gimp-wilber-pixbufs.h
|
||||
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user