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 ...@@ -4,7 +4,9 @@ include COPYING.TXT
include README.TXT include README.TXT
include Changelog include Changelog
include release_info.txt include release_info.txt
include pycam_start.py include pycamGUI
recursive-include desktop *
recursive-include man *
recursive-include pycam * recursive-include pycam *
recursive-include Samples * recursive-include Samples *
recursive-include Tests * recursive-include Tests *
...@@ -33,7 +33,7 @@ Features: ...@@ -33,7 +33,7 @@ Features:
RUNNING: 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") ...@@ -22,7 +22,7 @@ START_MENU_SUBDIR = os.path.join(START_MENU_BASEDIR, "PyCAM")
# create a start menu item for pycam # create a start menu item for pycam
PYTHON_EXE = os.path.join(distutils.sysconfig.EXEC_PREFIX, "python.exe") 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) RUN_TARGET = '%s "%s"' % (PYTHON_EXE, START_SCRIPT)
PYTHON_DATA_DIR = os.path.join(distutils.sysconfig.PREFIX, "share", "python-pycam") PYTHON_DATA_DIR = os.path.join(distutils.sysconfig.PREFIX, "share", "python-pycam")
......
...@@ -43,8 +43,8 @@ setup( ...@@ -43,8 +43,8 @@ setup(
"pycam.PathGenerators", "pycam.PathGenerators",
"pycam.Simulation" "pycam.Simulation"
], ],
scripts = ['pycam_start.py', 'pycam_win32_postinstall.py'], scripts = ['pycamGUI', 'pycam_win32_postinstall.py'],
data_files=[("share/python-pycam",[ data_files=[("share/doc/python-pycam",[
"COPYING.TXT", "COPYING.TXT",
"HOWTO.TXT", "HOWTO.TXT",
"INSTALL.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