head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2011.11.11.02.46.16;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.1
log
@SunPinyin is a statistical language model based Chinese input method, which
was firstly developed by Sun Beijing Globalization team, and opensource'd
to community with opensolaris project, with LGPLv2 and CDDL dual-licenses.

WWW:	http://code.google.com/p/sunpinyin/

Feature safe:	yes
@
text
@--- raw/Makefile~	2011-02-17 21:39:52.000000000 -0600
+++ raw/Makefile	2011-11-10 01:52:50.258400612 -0600
@@@@ -11,18 +11,12 @@@@ stamp-lm: lm_sc.t3g.arpa.tar.bz2
 	$(TAR) -jxf $^
 	touch $@@
 
-lm_sc.t3g.arpa.tar.bz2:
-	$(WGET) $(LM_URL)/$@@
-
 dict.utf8: stamp-dict
 
 stamp-dict: dict.utf8.tar.bz2
 	$(TAR) -jxf $^
 	touch $@@
 
-dict.utf8.tar.bz2:
-	$(WGET) $(LM_URL)/$@@
-
 clean:
 	@@rm -f stamp-dict stamp-lm lm_sc.t3g.arpa dict.utf8
 	@@echo cleaned
@
