makefile
来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· 代码 · 共 37 行
TXT
37 行
## File: Makefile# Author: Julian Smart# Created: 1999## Makefile : Builds Tex2RTF manual#DOCDIR=..LOCALDOCDIR=.DOCSOURCES=tex2rtf.texall: tex2rtf.htbhlp: tex2rtf.hlphtb: tex2rtf.htbhtml: tex2rtf.htmlhtmlhelp: tex2rtf.chmpdfrtf: tex2rtf_rtf.rtftex2rtf_rtf.rtf: $(DOCSOURCES) tex2rtf.ini tex2rtf tex2rtf.tex tex2rtf_rtf.rtf -twice -rtftex2rtf.rtf: $(DOCSOURCES) tex2rtf.ini tex2rtf tex2rtf.tex tex2rtf.rtf -twice -winhelptex2rtf_contents.html: $(DOCSOURCES) tex2rtf.ini tex2rtf tex2rtf.tex tex2rtf.html -twice -html rm -f *.con rm -f *.ref rm -f *.con rm -f *.reftex2rtf.htb: tex2rtf_contents.html zip tex2rtf.htb tex2rtf*.html *.hhp *.hhk *.hhc *.gif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?