Normalize -'s and _'s in maint names and Makefile options
[dbsrgits/DBIx-Class.git] / maint / Makefile.PL.inc / 51_autogen_README.pl
CommitLineData
fc4b0448 1# Makefile syntax allows adding extra dep-specs for already-existing targets,
2# and simply appends them on *LAST*-come *FIRST*-serve basis.
3# This allows us to inject extra depenencies for standard EUMM targets
4
5postamble <<"EOP";
6
7.PHONY: dbic_clonedir_cleanup_readme dbic_clonedir_gen_readme
8
9distdir : dbic_clonedir_cleanup_readme
10
11create_distdir : dbic_clonedir_gen_readme
12
13dbic_clonedir_gen_readme :
14\tpod2text lib/DBIx/Class.pm > README
15
16dbic_clonedir_cleanup_readme :
17\t\$(RM_F) README
18
19EOP
20
21# keep the Makefile.PL eval happy
221;