⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 linux下的终端管理工具源码
💻 AM
字号:
man_MANS = \	esd.1 esdcat.1 esd-config.1 esdctl.1 esddsp.1 \	esdfilt.1 esdloop.1 esdmon.1 esdplay.1 esdrec.1 esdsample.1 EXTRA_DIST = \	esd.1.in esdcat.1.in esd-config.1.in esdctl.1.in \	esddsp.1.in esdfilt.1.in esdloop.1.in esdmon.1.in \	esdplay.1.in esdrec.1.in esdsample.1.in \	esound.sgmlCLEANFILES = esound.dvi esound.ps esound.tex esound.aux esound.loghtmldir=$(pkgdocdir)/htmlif HAVE_JWnoinst_DATA = html/index.htmlelsenoinst_DATA = endifhtml/index.html: esound.sgml	$(JW) -f docbook -b html -o html $(srcdir)/esound.sgmlclean-local:	rm -rf htmlif HAVE_JWinstall-data-local:	$(mkinstalldirs) $(DESTDIR)$(htmldir)	files=`cd html && echo *.html`; \	test "$$files" || for f in $$files; do \	  cp -p $$f $(DESTDIR)$(htmldir)/$$f; \	doneuninstall-local:	files=`cd html && echo *.html`; \	test "$$files" || for f in $$files; do \	  rm -rf $(DESTDIR)$(htmldir)/$$f; \	done	if test -d $(DESTDIR)$(htmldir); then rmdir $(DESTDIR)$(htmldir); fielseinstall-data-local:uninstall-local:endif

⌨️ 快捷键说明

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