about summary refs log tree commit diff
path: root/converter/pbm/Makefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-10-25 18:53:18 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-10-25 18:53:18 +0000
commit0a63de609f67f869c42af2ded2f7c424fdc14260 (patch)
treed23ad69dbcc7b8d940dc0e24af2f0259943054e9 /converter/pbm/Makefile
parent7faa9add39a5af6fbfc5c27aacdb30a39f430200 (diff)
downloadnetpbm-mirror-0a63de609f67f869c42af2ded2f7c424fdc14260.tar.gz
netpbm-mirror-0a63de609f67f869c42af2ded2f7c424fdc14260.tar.xz
netpbm-mirror-0a63de609f67f869c42af2ded2f7c424fdc14260.zip
Make pbmtox10bm a compatibility frontend to pbmtoxbm
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@110 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/pbm/Makefile')
-rw-r--r--converter/pbm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/pbm/Makefile b/converter/pbm/Makefile
index 318b8e9e..f1533ab2 100644
--- a/converter/pbm/Makefile
+++ b/converter/pbm/Makefile
@@ -17,7 +17,7 @@ PORTBINARIES =	atktopbm brushtopbm cmuwmtopbm ddbugtopbm g3topbm escp2topbm \
 		pbmtomacp pbmtomatrixorbital pbmtomda pbmtomgr pbmtomrf \
 		pbmtonokia \
 		pbmtopi3 pbmtoplot pbmtopsg3 pbmtoptx pbmtowbmp \
-		pbmtox10bm pbmtoxbm pbmtoybm pbmtozinc \
+		pbmtoxbm pbmtoybm pbmtozinc \
 		pi3topbm pktopbm \
 		wbmptopbm xbmtopbm ybmtopbm	
 
@@ -29,7 +29,7 @@ endif
 #in libm?
 MATHBINARIES =	pbmtopk
 BINARIES =	$(PORTBINARIES) $(MATHBINARIES)
-SCRIPTS =
+SCRIPTS =       pbmtox10bm
 
 OBJECTS = $(BINARIES:%=%.o)