--enable-gtk-doc (EXTRA_DIST): added mkinstalldirs, the po-* Makefiles

2007-05-06  Sven Neumann  <sven@gimp.org>

	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): --enable-gtk-doc
	(EXTRA_DIST): added mkinstalldirs, the po-* Makefiles need it.
	(check-defs): use tools/defcheck.py from $(top_srcdir).


svn path=/trunk/; revision=22431
This commit is contained in:
Sven Neumann 2007-05-06 11:09:55 +00:00 committed by Sven Neumann
parent 4ce56a72d6
commit bb01202e4a
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2007-05-06 Sven Neumann <sven@gimp.org>
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): --enable-gtk-doc
(EXTRA_DIST): added mkinstalldirs, the po-* Makefiles need it.
(check-defs): use tools/defcheck.py from $(top_srcdir).
2007-05-06 Simon Budig <simon@gimp.org>
* tools/pdbgen/pdb/edit.pdb: make gimp-edit-paste-as-new not fail

View File

@ -73,10 +73,11 @@ EXTRA_DIST = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
makefile.msc
makefile.msc \
mkinstalldirs
DISTCHECK_CONFIGURE_FLAGS = --enable-gimp-console
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
DISTCLEANFILES = \
intltool-extract \
@ -88,7 +89,7 @@ gimpinstall-@GIMP_TOOL_VERSION@:
$(LN_S) $(srcdir)/install-sh $(srcdir)/gimpinstall-@GIMP_TOOL_VERSION@
check-defs:
@$(PYTHON) tools/defcheck.py || \
@$(PYTHON) $(top_srcdir)/tools/defcheck.py || \
( echo "* .def files inconsistent *"; exit 1; )
validate-authors: