From c14d8b6f092d8af34a94c07223d685b5a8369e16 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 25 Jan 2009 21:52:25 +0000 Subject: [PATCH] rename ntmake.pl to ntmake.PL so that it does not get installed git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1742 a5681a0c-68f1-0310-ab6d-d61299d08faa --- bindings/Makefile.am | 2 +- bindings/perl-shared/{ntmake.pl => ntmake.PL} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bindings/perl-shared/{ntmake.pl => ntmake.PL} (100%) diff --git a/bindings/Makefile.am b/bindings/Makefile.am index c851597..34ba5b8 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -11,7 +11,7 @@ SUBDIRS = $(SUB_tcl) $(SUB_lua) # the following files are not mentioned in any other Makefile EXTRA_DIST = perl-piped/MANIFEST perl-piped/README perl-piped/Makefile.PL perl-piped/RRDp.pm perl-piped/t/base.t \ - perl-shared/ntmake.pl perl-shared/MANIFEST perl-shared/README perl-shared/Makefile.PL perl-shared/RRDs.pm perl-shared/RRDs.xs perl-shared/t/base.t \ + perl-shared/ntmake.PL perl-shared/MANIFEST perl-shared/README perl-shared/Makefile.PL perl-shared/RRDs.pm perl-shared/RRDs.xs perl-shared/t/base.t \ ruby/CHANGES ruby/README ruby/extconf.rb ruby/main.c ruby/test.rb \ python/ACKNOWLEDGEMENT python/AUTHORS python/COPYING python/README python/rrdtoolmodule.c python/setup.py diff --git a/bindings/perl-shared/ntmake.pl b/bindings/perl-shared/ntmake.PL similarity index 100% rename from bindings/perl-shared/ntmake.pl rename to bindings/perl-shared/ntmake.PL -- 2.11.0