Skip to content

Commit

Permalink
Clean and manifest-skip _Inline directories
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 21, 2015
1 parent 2d3fdf2 commit 1932de1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Lib/Transform/Proj4/Makefile.PL
Expand Up @@ -51,6 +51,8 @@ $hash{VERSION_FROM} = $ppfile;
#$hash{TYPEMAPS} = [&PDL_TYPEMAP()];
$hash{LIBS} = ["-L$lib_path -lproj -lm"];
$hash{INC} = PDL_INCLUDE() . " $incflags";
$hash{realclean} = { FILES => '' } unless $hash{realclean};
$hash{realclean}{FILES} .= ' _Inline';

undef &MY::postamble; # suppress warning
*MY::postamble = sub { pdlpp_postamble_int( $package ); };
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST.SKIP
Expand Up @@ -6,6 +6,7 @@
.*\.0$
.*\.orig$
.*\.rej$
\.swp$
.exe$
/\.\#.*
/pm_to_blib$
Expand Down Expand Up @@ -197,11 +198,10 @@ RCS
^Perldl2/tctrl-c.pl
^Perldl2/trgnu-ctrl-c.txt$
^Perldl2/work
^[.]Inline
\b[\._]Inline
^\.\#.*
^\.exists
^\.git
^_Inline
^a3x3.txt
^a4x4.txt
^a9-3x3.txt
Expand Down

0 comments on commit 1932de1

Please sign in to comment.