Merge all pod generation into one inc snippet, cleanup the poddir beforehand
[dbsrgits/DBIx-Class.git] / maint / Makefile.PL.inc / 59_autogen_MANIFEST.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
0e016219 5print "Removing MANIFEST, will regenerate on next `make dist(dir)`\n";
fc4b0448 6unlink 'MANIFEST';
7
8# preamble. so that the manifest target is first, hence executes last
9preamble <<"EOP";
10
11create_distdir : manifest
12
13EOP
14
15# keep the Makefile.PL eval happy
161;