diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-14 20:11:43 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-14 20:11:43 (GMT) |
commit | b5eaacb9113f15ed517bdc3a4e5e28f577c5ca61 (patch) | |
tree | b4fc35321095170372ca9bdb0ac36591822b7b1f /MANIFEST | |
parent | 4b748365dfb69e6f1f5ae99379f39e3db858889a (diff) | |
download | hdf5-b5eaacb9113f15ed517bdc3a4e5e28f577c5ca61.zip hdf5-b5eaacb9113f15ed517bdc3a4e5e28f577c5ca61.tar.gz hdf5-b5eaacb9113f15ed517bdc3a4e5e28f577c5ca61.tar.bz2 |
[svn-r27775] Undo of r27655
Removes .pl extension from Perl scripts. This may be returned in the future,
but it's best to keep the script names unchanged while we merge with the
trunk.
Tested on: h5committest
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -39,24 +39,24 @@ ./bin/COPYING ./bin/bbrelease _DO_NOT_DISTRIBUTE_ ./bin/buildhdf5 -./bin/checkapi.pl _DO_NOT_DISTRIBUTE_ -./bin/checkposix.pl _DO_NOT_DISTRIBUTE_ +./bin/checkapi _DO_NOT_DISTRIBUTE_ +./bin/checkposix _DO_NOT_DISTRIBUTE_ ./bin/chkconfigure _DO_NOT_DISTRIBUTE_ ./bin/chkcopyright _DO_NOT_DISTRIBUTE_ ./bin/chkmanifest ./bin/cmakehdf5 -./bin/debug-ohdr.pl _DO_NOT_DISTRIBUTE_ -./bin/dependencies.pl +./bin/debug-ohdr _DO_NOT_DISTRIBUTE_ +./bin/dependencies ./bin/deploy -./bin/distdep.pl -./bin/errors.pl _DO_NOT_DISTRIBUTE_ +./bin/distdep +./bin/errors _DO_NOT_DISTRIBUTE_ ./bin/gcov_script _DO_NOT_DISTRIBUTE_ -./bin/h5vers.pl -./bin/iostats.pl +./bin/h5vers +./bin/iostats ./bin/locate_sw -./bin/make_err.pl -./bin/make_overflow.pl -./bin/make_vers.pl +./bin/make_err +./bin/make_overflow +./bin/make_vers ./bin/makehelp ./bin/mkdirs ./bin/newer @@ -67,7 +67,7 @@ ./bin/snapshot ./bin/snapshot_version _DO_NOT_DISTRIBUTE_ ./bin/timekeeper _DO_NOT_DISTRIBUTE_ -./bin/trace.pl +./bin/trace ./bin/yodconfigure ./config/COPYING @@ -97,7 +97,7 @@ ./config/pgi-fflags ./config/pgi-flags ./config/powerpc-ibm-aix5.x -./config/solaris +./config/solaris2 ./config/x86_64-pc-cygwin ./config/site-specific/BlankForm |