📄 makefile.in
字号:
# This makefile is used to convert Tcl manual pages into various# alternate formats:## Windows help file: 1. Build the winhelp target on Unix# 2. Build the helpfile target on Windows## HTML: 1. Build the html target on Unix# RCS: @(#) $Id: Makefile.in,v 1.9 2000/04/20 01:30:20 hobbs Exp $TCL = tcl@TCL_VERSION@TK = tk@TCL_VERSION@VER = @TCL_WIN_VERSION@TCL_BIN_DIR = @TCL_BIN_DIR@TCL_SOURCE = @TCL_SRC_DIR@TK_SOURCE = $(TCL_SOURCE)/../$(TK)PRO_SOURCE = $(TCL_SOURCE)/../proITCL_SOURCE = $(TCL_SOURCE)/../itcl3.1.0TCL_DOCS = $(TCL_SOURCE)/doc/*.[13n]TK_DOCS = $(TK_SOURCE)/doc/*.[13n]PRO_DOCS = \ $(PRO_SOURCE)/doc/man/procheck.1 \ $(PRO_SOURCE)/doc/man/prodebug.1 \ $(PRO_SOURCE)/doc/man/prodebug.n \ $(PRO_SOURCE)/doc/man/prolicense.1ITCL_DOCS = \ $(ITCL_SOURCE)/itcl/doc/*.[13n] \ $(ITCL_SOURCE)/itk/doc/*.[13n]# $(ITCL_SOURCE)/iwidgets3.0.0/doc/*.[13n]COREDOCS = $(TCL_DOCS) $(TK_DOCS) #PRODOCS = $(COREDOCS) $(PRO_DOCS) $(ITCL_DOCS)PRODOCS = $(COREDOCS) $(PRO_DOCS) TCLSH = $(TCL_BIN_DIR)/tclshCC = @CC@## Targets#all: corepro: $(MAKE) DOCS="$(PRODOCS)" VER="" rtfcore: $(MAKE) DOCS="$(COREDOCS)" rtfrtf: $(TCL_SOURCE)/tools/man2help.tcl man2tcl $(DOCS) LD_LIBRARY_PATH=$(TCL_BIN_DIR) \ TCL_LIBRARY=$(TCL_SOURCE)/library \ $(TCLSH) $(TCL_SOURCE)/tools/man2help.tcl tcl "$(VER)" $(DOCS)winhelp: tcl.rtfman2tcl: $(TCL_SOURCE)/tools/man2tcl.c $(CC) $(CFLAGS) -o man2tcl $(TCL_SOURCE)/tools/man2tcl.cclean: -rm -f man2tcl *.o *.cnt *.rtfhelpfile: hcw /c /e tcl.hpj
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -