makefile
来自「PHPLOB注释详细版 使用模板技术的好帮手 PHP最有用的东东了」· 代码 · 共 20 行
TXT
20 行
## $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 + =
减小字号Ctrl + -
显示快捷键?