summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp@shaggy.simplesystems.org>2009-04-20 13:02:18 -0500
committerGlenn Randers-Pehrson <glennrp@shaggy.simplesystems.org>2009-04-20 13:02:18 -0500
commitd07e9b03c45012678615a092530d23e00362d6fc (patch)
tree59245ec7d0d3471bdc1fa7bb6b1063f4fad58059 /contrib
parent6cbd1cba68993ae1bbb119d2d11688bf8a94a3b1 (diff)
downloadlibpng-d07e9b03c45012678615a092530d23e00362d6fc.tar.gz
Bump versioning to 1.2.36beta05
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/pngminim/decoder/gather.sh2
-rwxr-xr-xcontrib/pngminim/encoder/gather.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pngminim/decoder/gather.sh b/contrib/pngminim/decoder/gather.sh
index e28ddaf03..6230e816d 100755
--- a/contrib/pngminim/decoder/gather.sh
+++ b/contrib/pngminim/decoder/gather.sh
@@ -1,7 +1,7 @@
cp ../../pngminus/png2pnm.c pngm2pnm.c
cp ../../../*.h .
cp ../../../*.c .
-rm example.c pnggccrd.c pngvcrd.c pngtest.c pngpread.c
+rm example.c pnggccrd.c pngvcrd.c pngtest.c pngpread.c pngw*.c
# change the following 2 lines if zlib is somewhere else
cp ../../../../zlib/*.h .
cp ../../../../zlib/*.c .
diff --git a/contrib/pngminim/encoder/gather.sh b/contrib/pngminim/encoder/gather.sh
index 7b0c80365..46e04da54 100755
--- a/contrib/pngminim/encoder/gather.sh
+++ b/contrib/pngminim/encoder/gather.sh
@@ -1,7 +1,7 @@
cp ../../pngminus/pnm2png.c pnm2pngm.c
cp ../../../*.h .
cp ../../../*.c .
-rm example.c pnggccrd.c pngvcrd.c pngtest.c pngr*.c
+rm example.c pnggccrd.c pngvcrd.c pngtest.c pngr*.c pngpread.c
# Change the next 2 lines if zlib is somewhere else.
cp ../../../../zlib/*.h .
cp ../../../../zlib/*.c .