summaryrefslogtreecommitdiff
path: root/contrib/pngminim/encoder/gather.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pngminim/encoder/gather.sh')
-rwxr-xr-xcontrib/pngminim/encoder/gather.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/pngminim/encoder/gather.sh b/contrib/pngminim/encoder/gather.sh
index 46e04da54..23d7d6195 100755
--- a/contrib/pngminim/encoder/gather.sh
+++ b/contrib/pngminim/encoder/gather.sh
@@ -1,7 +1,8 @@
cp ../../pngminus/pnm2png.c pnm2pngm.c
cp ../../../*.h .
cp ../../../*.c .
-rm example.c pnggccrd.c pngvcrd.c pngtest.c pngr*.c pngpread.c
+rm pnggccrd.c pngvcrd.c
+rm example.c pngtest.c pngr*.c pngpread.c
# Change the next 2 lines if zlib is somewhere else.
cp ../../../../zlib/*.h .
cp ../../../../zlib/*.c .