makefile
来自「mips架构的bootloader,99左右的版本 但源代码现在没人更新了」· 代码 · 共 38 行
TXT
38 行
# 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 + =
减小字号Ctrl + -
显示快捷键?