summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-10-14 22:34:06 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-10-14 22:37:58 -0500
commit923ee398ab41c9a5d037460f0c48fdf948f99963 (patch)
treef7a5e4a902ce615592a882d48c56a0905df4e033 /contrib
parente20eca266efa832030f0232f50ebf731e7aec19c (diff)
downloadlibpng-923ee398ab41c9a5d037460f0c48fdf948f99963.tar.gz
[libpng14] Imported from libpng-1.4.17beta02.tarv1.4.17beta02
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/pngminim/decoder/gather.sh2
-rwxr-xr-xcontrib/pngminim/encoder/gather.sh2
-rwxr-xr-xcontrib/pngminim/preader/gather.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/pngminim/decoder/gather.sh b/contrib/pngminim/decoder/gather.sh
index 4eb1d677d..22015f552 100755
--- a/contrib/pngminim/decoder/gather.sh
+++ b/contrib/pngminim/decoder/gather.sh
@@ -3,7 +3,7 @@
cp ../../pngminus/png2pnm.c pngm2pnm.c
cp ../../../*.h .
cp ../../../*.c .
-rm example.c pngtest.c pngpread.c pngw*.c
+rm -f example.c pngtest.c pngpread.c pngw*.c pnggccrd.c pngvcrd.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 e9ccffc77..8e72b4864 100755
--- a/contrib/pngminim/encoder/gather.sh
+++ b/contrib/pngminim/encoder/gather.sh
@@ -3,7 +3,7 @@
cp ../../pngminus/pnm2png.c pnm2pngm.c
cp ../../../*.h .
cp ../../../*.c .
-rm example.c pngtest.c pngr*.c pngpread.c
+rm -f example.c pngtest.c pngpread.c pngr*.c pnggccrd.c pngvcrd.c
# Change the next 2 lines if zlib is somewhere else.
cp ../../../../zlib/*.h .
cp ../../../../zlib/*.c .
diff --git a/contrib/pngminim/preader/gather.sh b/contrib/pngminim/preader/gather.sh
index 4207af7b8..1ee964d15 100755
--- a/contrib/pngminim/preader/gather.sh
+++ b/contrib/pngminim/preader/gather.sh
@@ -4,7 +4,7 @@ cp ../../gregbook/rpng2-x.c ../../gregbook/readpng2.[ch] .
cp ../../gregbook/COPYING ../../gregbook/LICENSE .
cp ../../../*.h .
cp ../../../*.c .
-rm example.c pngtest.c pngw*.c
+rm -f example.c pngtest.c pngw*.c pnggccrd.c pngvcrd.c
# change the following 2 lines if zlib is somewhere else
cp ../../../../zlib/*.h .
cp ../../../../zlib/*.c .