📄 makefile
字号:
## $Id: Makefile,v 1.1.1.1 2000/04/17 16:39:57 kk Exp $# The main documentation is made of different chaptersdocs = sgml/documentation.sgml sgml/blob.sgmlhtml_docs = $(docs:%.sgml=%.html)txt_docs = $(docs:%.sgml=%.txt)%.html: %.sgml sgml2html -s 1 $<%.txt: %.sgml sgml2txt -c latin $<doc: $(docs) $(html_docs) $(txt_docs)clean: rm -f $(MASTER) *.html *.txt
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -