OSDN Git Service

Release 2.1.3
[nkf/nkf.git] / Makefile
index 8e6bc51..f0c5e9d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ SHAR = shar
 # SHAR = shar -T
 PERL = perl
 RM = rm -rf
-VERSION = 2.1.2
+VERSION = 2.1.3
 MKDIR = mkdir
 prefix = /usr/local
 PYTHON2 = python
@@ -37,11 +37,11 @@ perl:
 
 python2:
        ( cd NKF.python2 ; \
-       $(PYTHON2) setup.py install )
+       $(PYTHON2) setup.py build )
 
 python3:
-       ( cd NKF.python2 ; \
-       $(PYTHON3) setup.py install )
+       ( cd NKF.python3 ; \
+       $(PYTHON3) setup.py build )
 
 install:
        -$(MKDIR) $(prefix)/bin