makefile.am
来自「This library provides a C++ interface to」· AM 代码 · 共 30 行
AM
30 行
doxygen_configfile = Doxyfileinclude $(top_srcdir)/docs/Makefile_web.am_fragmentweb_path_reference = $(web_path_docs)referenceindex_html = @GENERIC_MAJOR_VERSION@.@GENERIC_MINOR_VERSION@/html/index.htmlEXTRA_DIST = README Doxyfile$(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 $(index_html)clean-local: -rm @GENERIC_MAJOR_VERSION@.@GENERIC_MINOR_VERSION@/html/*.html -rm -f libxml++-reference-html.tar.gz
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?