makefile.am

来自「This library provides a C++ interface to」· AM 代码 · 共 19 行

AM
19
字号
## 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:	@echo "Warning: publishing only reference documentation. To updated the main site use the HEAD branch"	cd reference && make post-html# post-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 + -
显示快捷键?