changes to rename core-pygui to core-gui to be the default gui, renamed core-gui to core-gui-legacy to denote its deprecation
This commit is contained in:
parent
ad09bd5504
commit
3a08b13d6e
5 changed files with 5 additions and 5 deletions
|
@ -123,7 +123,7 @@ all: change-files
|
||||||
|
|
||||||
.PHONY: change-files
|
.PHONY: change-files
|
||||||
change-files:
|
change-files:
|
||||||
$(call change-files,gui/core-gui)
|
$(call change-files,gui/core-gui-legacy)
|
||||||
$(call change-files,daemon/core/constants.py)
|
$(call change-files,daemon/core/constants.py)
|
||||||
$(call change-files,netns/setup.py)
|
$(call change-files,netns/setup.py)
|
||||||
|
|
||||||
|
|
2
gui/.gitignore
vendored
2
gui/.gitignore
vendored
|
@ -1,2 +1,2 @@
|
||||||
core-gui
|
core-gui-legacy
|
||||||
version.tcl
|
version.tcl
|
||||||
|
|
|
@ -14,8 +14,8 @@ TCL_FILES := $(wildcard *.tcl)
|
||||||
ADDONS_FILES := $(wildcard addons/*)
|
ADDONS_FILES := $(wildcard addons/*)
|
||||||
CONFIG_FILES := $(wildcard configs/*)
|
CONFIG_FILES := $(wildcard configs/*)
|
||||||
|
|
||||||
# CORE GUI script (/usr/local/bin/core-gui)
|
# CORE GUI script (/usr/local/bin/core-gui-legacy)
|
||||||
dist_bin_SCRIPTS = core-gui
|
dist_bin_SCRIPTS = core-gui-legacy
|
||||||
|
|
||||||
# Tcl/Tk scripts (/usr/local/lib/core)
|
# Tcl/Tk scripts (/usr/local/lib/core)
|
||||||
coredir = $(CORE_LIB_DIR)
|
coredir = $(CORE_LIB_DIR)
|
||||||
|
@ -38,4 +38,4 @@ dist-hook:
|
||||||
DISTCLEANFILES = Makefile.in
|
DISTCLEANFILES = Makefile.in
|
||||||
|
|
||||||
# files to include in source tarball not included elsewhere
|
# files to include in source tarball not included elsewhere
|
||||||
EXTRA_DIST = core-gui.in
|
EXTRA_DIST = core-gui-legacy.in
|
||||||
|
|
Loading…
Add table
Reference in a new issue