about summary refs log tree commit diff
path: root/converter/pbm
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-01-30 19:08:30 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-01-30 19:08:30 +0000
commit93593f0651571c7d428d428a55e9e8c8e68b7d59 (patch)
tree0284e5f2d9a863ddf2157b90539a46ef5dd863d7 /converter/pbm
parent81c161fd2c9998e60eada5fcadd83cf12c936e98 (diff)
downloadnetpbm-mirror-93593f0651571c7d428d428a55e9e8c8e68b7d59.tar.gz
netpbm-mirror-93593f0651571c7d428d428a55e9e8c8e68b7d59.tar.xz
netpbm-mirror-93593f0651571c7d428d428a55e9e8c8e68b7d59.zip
Rename pbmtoicon to pbmtosunicon
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1396 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/pbm')
-rw-r--r--converter/pbm/Makefile2
-rw-r--r--converter/pbm/pbmtosunicon.c (renamed from converter/pbm/pbmtoicon.c)2
2 files changed, 2 insertions, 2 deletions
diff --git a/converter/pbm/Makefile b/converter/pbm/Makefile
index 07b768c0..008f4f19 100644
--- a/converter/pbm/Makefile
+++ b/converter/pbm/Makefile
@@ -13,7 +13,7 @@ PORTBINARIES =	atktopbm brushtopbm cistopbm cmuwmtopbm \
 		pbmto10x pbmto4425 pbmtoascii pbmtoatk \
 		pbmtobbnbg pbmtocis pbmtocmuwm pbmtodjvurle \
 		pbmtoepsi pbmtoepson pbmtoescp2 \
-		pbmtog3 pbmtogem pbmtogo pbmtoibm23xx pbmtoicon pbmtolj \
+		pbmtog3 pbmtogem pbmtogo pbmtoibm23xx pbmtosunicon pbmtolj \
 		pbmtoln03 pbmtolps \
 		pbmtomacp pbmtomatrixorbital pbmtomda pbmtomgr pbmtomrf \
 		pbmtonokia \
diff --git a/converter/pbm/pbmtoicon.c b/converter/pbm/pbmtosunicon.c
index 43c39725..95deab7c 100644
--- a/converter/pbm/pbmtoicon.c
+++ b/converter/pbm/pbmtosunicon.c
@@ -1,4 +1,4 @@
-/* pbmtoicon.c - read a PBM image and produce a Sun icon file
+/* pbmtosunicon.c - read a PBM image and produce a Sun icon file
 **
 ** Copyright (C) 1988 by Jef Poskanzer.
 **