📄 makefile
字号:
## This material contains proprietary software of Entropic Speech, Inc. # Any reproduction, distribution, or publication without the the prior # written permission of Entropic Speech, Inc. is strictly prohibited.# Any public distribution of copies of this work authorized in writing by# Entropic Speech, Inc. must bear the notice # # "Copyright (c) 1987 Entropic Speech, Inc.; All rights reserved"# ## makefile for general doc files @(#)makefile 1.1 7/13/87 ESI DIR = $(SPSDIR)/docFILES = fea.me files.vtme guide.vme param.vtme spspaper.vme install: $(DIR)/fea.me $(DIR)/files.vtme $(DIR)/guide.vme \ $(DIR)/param.vtme $(DIR)/spspaper.vme$(DIR)/fea.me: fea.me -rm -f $(DIR)/fea.me cp fea.me $(DIR) chmod $(MANMOD) $(DIR)/fea.me$(DIR)/files.vtme: files.vtme -rm -f $(DIR)/files.vtme cp files.vtme $(DIR) chmod $(MANMOD) $(DIR)/files.vtme$(DIR)/guide.vme: guide.vme -rm -f $(DIR)/guide.vme cp guide.vme $(DIR) chmod $(MANMOD) $(DIR)/guide.vme$(DIR)/param.vtme: param.vtme -rm -f $(DIR)/param.vtme cp param.vtme $(DIR) chmod $(MANMOD) $(DIR)/param.vtme$(DIR)/spspaper.vme: spspaper.vme -rm -f $(DIR)/spspaper.vme cp spspaper.vme $(DIR) chmod $(MANMOD) $(DIR)/spspaper.vme clean: @echo nothing here to clean
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -