Update README.md to specify the python requirements
[time-slider.git] / Makefile
index 426c666..35f55bc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ RPM = /usr/bin/rpm
 RPMBUILD = /usr/bin/rpmbuild
 # Use python 2.6 if PYTHON environent is not set
 ifeq ($(strip $(PYTHON)),)
-PYTHON = /usr/bin/python2
+PYTHON = /usr/bin/python3
 endif
 
 SUBDIRS = po data rpm
@@ -26,13 +26,15 @@ SUBDIRS = po data rpm
 DISTFILES = Authors \
                        VERSION \
                        ChangeLog \
+                       README.md \
+                       OPENSOLARIS.LICENSE \
                        Makefile \
                        py-compile.py \
                        $(SUBDIRS) \
                        lib \
                        usr \
                        var \
-                       etc
+                       etc 
 
 clean:
        $(RM) usr/share/time-slider/lib/time_slider/*.pyc