From b26d1881903f8ffe49fa162e8f19f8aae208cc4f Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Tue, 19 May 2009 18:51:08 -0500 Subject: [PATCH] Rename contrib/pngminim/*/makefile.std to makefile. --- contrib/pngminim/decoder/README | 3 ++- contrib/pngminim/decoder/{makefile.std => makefile} | 0 contrib/pngminim/encoder/README | 3 ++- contrib/pngminim/encoder/{makefile.std => makefile} | 0 contrib/pngminim/preader/README | 7 ++++--- contrib/pngminim/preader/{makefile.std => makefile} | 0 6 files changed, 8 insertions(+), 5 deletions(-) rename contrib/pngminim/decoder/{makefile.std => makefile} (100%) rename contrib/pngminim/encoder/{makefile.std => makefile} (100%) rename contrib/pngminim/preader/{makefile.std => makefile} (100%) diff --git a/contrib/pngminim/decoder/README b/contrib/pngminim/decoder/README index 4f71082e..981b60b1 100644 --- a/contrib/pngminim/decoder/README +++ b/contrib/pngminim/decoder/README @@ -1,6 +1,7 @@ This demonstrates the use of PNG_USER_CONFIG and pngusr.h To build a minimal read-only decoder, run + gather.sh # to collect needed files from pngminus, libpng, and zlib - make -f makefile.std + make diff --git a/contrib/pngminim/decoder/makefile.std b/contrib/pngminim/decoder/makefile similarity index 100% rename from contrib/pngminim/decoder/makefile.std rename to contrib/pngminim/decoder/makefile diff --git a/contrib/pngminim/encoder/README b/contrib/pngminim/encoder/README index 4a68fc89..3a44f13b 100644 --- a/contrib/pngminim/encoder/README +++ b/contrib/pngminim/encoder/README @@ -1,6 +1,7 @@ This demonstrates the use of PNG_USER_CONFIG and pngusr.h To build a minimal write-only encoder, run + gather.sh # to collect needed files from pngminus, libpng, and zlib - make -f makefile.std + make diff --git a/contrib/pngminim/encoder/makefile.std b/contrib/pngminim/encoder/makefile similarity index 100% rename from contrib/pngminim/encoder/makefile.std rename to contrib/pngminim/encoder/makefile diff --git a/contrib/pngminim/preader/README b/contrib/pngminim/preader/README index 8a649a1b..33239dd0 100644 --- a/contrib/pngminim/preader/README +++ b/contrib/pngminim/preader/README @@ -1,10 +1,11 @@ This demonstrates the use of PNG_USER_CONFIG and pngusr.h To build a minimal read-only progressive decoder with X display, run -gather.sh to collect needed files from gregbook, libpng, and zlib -Edit makefile.std if required, to find your X library and include files, + gather.sh # to collect needed files from gregbook, libpng, and zlib + +Edit makefile if required, to find your X library and include files, then - make -f makefile.std + make diff --git a/contrib/pngminim/preader/makefile.std b/contrib/pngminim/preader/makefile similarity index 100% rename from contrib/pngminim/preader/makefile.std rename to contrib/pngminim/preader/makefile