gimp/tools/authorsgen/Makefile.am

13 lines
251 B
Makefile

EXTRA_DIST = \
contributors
authorsgen_scripts = \
authorsgen.pl
stamp-authors: authorsgen.pl contributors Makefile.am
rootme=`pwd`; \
cd $(srcdir) && $(PERL) authorsgen.pl \
&& echo timestamp > $$rootme/stamp-authors
all-local: stamp-authors