📄 makefile
字号:
# File: html/Makefile# Purpose: Makefile for on-line documentation# Author: Phil Bunce (pjb@carmel.com)# Revision History:# 980412 Start of revision history# 980412 Fixed to update version for any changed filesOTHERS = Makefile TL = $(LSIPKG)/tape.lsttape : mkfilelist version index.htm @mklst html $(OTHERS) version >> $(TL) @\mksnt\sed -e 's/^\./html\//g' filelist >> $(TL)mkfilelist : @rm -f docindex.htm doctoc.htm @touch docindex.htm doctoc.htm perl mk-href-list.pl index.htm filelist perl mk-newer.pl newest filelist $(OTHERS) index.srcnewrev : @newversion $(NVSW)sum: @sum $(OTHERS) version > sum.outpatch: revhistory @mkpatch html sum.out $(OTHERS) version >> $(TL)version : newest @newversion $(NVSW) perl mktoc.pl > doctoc.htm perl mkindex.pl > docindex.htm @touch newest versionindex.htm : index.src version @mkreadme index.src version > index.htm
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -