📄 makefile.am
字号:
if PLAIN_DOCDIRDOCROOTDIR=$(prefix)/share/doc/$(PACKAGE)elseDOCROOTDIR=$(prefix)/share/doc/${PACKAGE}-${VERSION}endifdocdir = $(DOCROOTDIR)SUBDIRS=moneySUFFIXES = .htmlsgml_docs = tutorial.sgmlhtml_docs = *.html$(html_docs): $(sgml_docs) docbook2html -o . $<EXTRA_DIST = $(sgml_docs) $(html_docs)if MAKE_DOCdoc_DATA = $(sgml_docs) $(html_docs)CLEANFILES = $(html_docs) *.*~elsedoc_DATA = $(sgml_docs)CLEANFILES=*.*~endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -