📄 makefile
字号:
-include ../config.makVPATH=$(SRC_PATH)/docall: ffmpeg-doc.html faq.html ffserver-doc.html ffplay-doc.html hooks.html \ ffmpeg.1 ffserver.1 ffplay.1%.html: %.texi Makefile texi2html -monolithic -number $<%.pod: %-doc.texi ./texi2pod.pl $< $@%.1: %.pod pod2man --section=1 --center=" " --release=" " $< > $@clean: rm -f *.html *.pod *.1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -