?? makefile.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 + -