📄 makefile
字号:
# @(#)Makefile 1.1 92/07/30 SMI;## Makefile for building and printing the Man Page Specification (manspec).# Please see the README in this directory before using this Makefile.# If you edit this Makefile, don't forget to update README if necessary.FILES= frnt.mex pref.mex intro.mex generic.mex system.mex libfunc.mex \dni.mex fileform.mex appa.mex appb.mex appc.mex appd.mexTROFF=/usr/doctools/bin/troffSPEC.DIT=/tmp/manspec.ditPRINTER=lw$(SPEC.DIT): $(TROFF) tbl $(FILES) | $(TROFF) -t -mex > $(SPEC.DIT)print: $(SPEC.DIT) lpr -n -P$(PRINTER) $(SPEC.DIT)clean: rm -f $(SPEC.DIT)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -