mirror of https://github.com/GNOME/gimp.git
added all-local target which rebuilds AUTHORS.
2005-06-25 Michael Natterer <mitch@gimp.org> * Makefile.am: added all-local target which rebuilds AUTHORS.
This commit is contained in:
parent
14aa99a583
commit
9bf9eecf42
|
@ -1,3 +1,7 @@
|
||||||
|
2005-06-25 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
* Makefile.am: added all-local target which rebuilds AUTHORS.
|
||||||
|
|
||||||
2005-06-25 Karine Delvare <kdelvare@nerim.net>
|
2005-06-25 Karine Delvare <kdelvare@nerim.net>
|
||||||
|
|
||||||
* AUTHORS
|
* AUTHORS
|
||||||
|
|
|
@ -95,5 +95,6 @@ if HAVE_XMLLINT
|
||||||
( echo "* authors.xml INVALID *"; exit 1; )
|
( echo "* authors.xml INVALID *"; exit 1; )
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
all-local: AUTHORS
|
||||||
|
|
||||||
dist-hook: validate-authors
|
dist-hook: validate-authors
|
||||||
|
|
Loading…
Reference in New Issue