Commit 7341cc72 authored by sumpfralle's avatar sumpfralle

renamed the start script again

changed the destination directory for doc files


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@257 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 47a8b9a5
......@@ -4,7 +4,9 @@ include COPYING.TXT
include README.TXT
include Changelog
include release_info.txt
include pycam_start.py
include pycamGUI
recursive-include desktop *
recursive-include man *
recursive-include pycam *
recursive-include Samples *
recursive-include Tests *
......@@ -33,7 +33,7 @@ Features:
RUNNING:
extract the archive and run "python pycam_start.py"
extract the archive and run "python pycamGUI"
......
......@@ -22,7 +22,7 @@ START_MENU_SUBDIR = os.path.join(START_MENU_BASEDIR, "PyCAM")
# create a start menu item for pycam
PYTHON_EXE = os.path.join(distutils.sysconfig.EXEC_PREFIX, "python.exe")
START_SCRIPT = os.path.join(distutils.sysconfig.EXEC_PREFIX, "Scripts", "pycam_start.py")
START_SCRIPT = os.path.join(distutils.sysconfig.EXEC_PREFIX, "Scripts", "pycamGUI")
RUN_TARGET = '%s "%s"' % (PYTHON_EXE, START_SCRIPT)
PYTHON_DATA_DIR = os.path.join(distutils.sysconfig.PREFIX, "share", "python-pycam")
......
......@@ -43,8 +43,8 @@ setup(
"pycam.PathGenerators",
"pycam.Simulation"
],
scripts = ['pycam_start.py', 'pycam_win32_postinstall.py'],
data_files=[("share/python-pycam",[
scripts = ['pycamGUI', 'pycam_win32_postinstall.py'],
data_files=[("share/doc/python-pycam",[
"COPYING.TXT",
"HOWTO.TXT",
"INSTALL.TXT",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment