makefile.am
来自「c语言编写的xml解析器可以方便的遍历插入删除节点等操作的」· AM 代码 · 共 28 行
AM
28 行
doxygen_configfile = Doxyfileinclude $(top_srcdir)/docs/Makefile_web.am_fragmentweb_path_reference = $(web_path_docs)referenceEXTRA_DIST = README Doxyfilehtml/index.html: $(doxygen_configfile) doxygen $(doxygen_configfile)libxml++-reference-html.tar.gz: html/index.html tar cf - html | gzip -c --best >$@# Upload to the web site:post-html: rsync -avz --rsh ssh --cvs-exclude * $$USER@shell.sourceforge.net:$(web_path_reference)all-local: clean-local html/index.htmlclean-local: -rm html/*.html -rm -f libxml++-reference-html.tar.gz
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?