makefile.am

来自「c语言编写的xml解析器可以方便的遍历插入删除节点等操作的」· AM 代码 · 共 16 行

AM
16
字号
## This voodoo stuff lets automake see the subdirs## without including them into recursive builds.if LIBXMLCPP_FALSESUBDIRS = referenceendifDIST_SUBDIRS = referenceEXTRA_DIST = Makefile_web.am_fragmentinclude $(top_srcdir)/docs/Makefile_web.am_fragmenthtml_docs = index.html referencepost-html: reference/html/index.html	rsync $(rsync_args) -r $(html_docs) $$USER@shell.sourceforge.net:$(web_path_docs)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?