📄 makefile
字号:
# Note! You need to have gtk-doc, docbook, jade, tex, and various other# things set up and playing nicely before you will be able to rebuild# this documentation. If you just want to read the docs, use the prebuilt# copies provided.MODULE=nano-XSRCDIR=../../src/SOURCEDIR=$(SRCDIR)nanox/INCLUDES=$(SRCDIR)/include/nano-X.hMODFLG=--module=$(MODULE).PHONY : scan templates sgml html ps pdf dvi rtf cleanall: pdf html cleanupscan: $(INCLUDES) gtkdoc-scan $(MODFLG) --source-dir=$(SOURCEDIR) $(INCLUDES)templates: scan gtkdoc-mktmpl $(MODFLG)sgml: templates gtkdoc-mkdb $(MODFLG) --source-dir=$(SOURCEDIR)html: sgml $(MODULE)-docs.sgml if ! test -d html ; then mkdir html ; fi cd html && gtkdoc-mkhtml $(MODFLG) ../$(MODULE)-docs.sgmlps: sgml $(MODULE)-docs.sgml db2ps $(MODULE)-docs.sgmlpdf: ps ps2pdf $(MODULE)-docs.pscleanup: rm -f sgml/* tmpl/* *.bak *.log $(MODULE)-unused.txt $(MODULE)-decl.txt $(MODULE)-decl-list.txt *.tex *.dvi *.aux if test -d tmpl ; then rmdir tmpl ; fi if test -d sgml ; then rmdir sgml ; ficlean: cleanup rm -f html/* *.pdf *.ps if test -d html ; then rmdir html ; fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -