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:
Sven Neumann
2007-06-07 08:35:20 +00:00
committed by Sven Neumann
parent 5c9a69f81f
commit af942b5bdb
3 changed files with 12 additions and 1 deletions

View File

@ -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.

View File

@ -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

View File

@ -259,7 +259,7 @@ EXTRA_DIST = \
$(WILBER_IMAGES)
gimpwidgets-private.c: gimp-wilber-pixbufs.h
gimpwidgets-private.lo: gimp-wilber-pixbufs.h
#