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:
Blake Harnden 2021-05-07 14:30:28 -07:00
parent ad09bd5504
commit 3a08b13d6e
5 changed files with 5 additions and 5 deletions

View file

@ -123,7 +123,7 @@ all: change-files
.PHONY: 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,netns/setup.py)

2
gui/.gitignore vendored
View file

@ -1,2 +1,2 @@
core-gui
core-gui-legacy
version.tcl

View file

@ -14,8 +14,8 @@ TCL_FILES := $(wildcard *.tcl)
ADDONS_FILES := $(wildcard addons/*)
CONFIG_FILES := $(wildcard configs/*)
# CORE GUI script (/usr/local/bin/core-gui)
dist_bin_SCRIPTS = core-gui
# CORE GUI script (/usr/local/bin/core-gui-legacy)
dist_bin_SCRIPTS = core-gui-legacy
# Tcl/Tk scripts (/usr/local/lib/core)
coredir = $(CORE_LIB_DIR)
@ -38,4 +38,4 @@ dist-hook:
DISTCLEANFILES = Makefile.in
# files to include in source tarball not included elsewhere
EXTRA_DIST = core-gui.in
EXTRA_DIST = core-gui-legacy.in