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

📄 makefile.am

📁 gcc-2.95.3 Linux下最常用的C编译器
💻 AM
字号:
## Makefile.am for texinfo/emacs.## $Id: Makefile.am,v 1.1.1.1 1998/03/23 04:42:12 law Exp $## Run automake in .. to produce Makefile.in from this.# Do not byte compile our Elisp files by default.ELCFILES =# Do not install our Elisp files by default, either.noinst_LISP = info.el informat.el makeinfo.el \              texinfmt.el texinfo.el texnfo-upd.elEXTRA_DIST = README elisp-comp new-useful-setqs $(noinst_LISP)install-data-local:	@echo "WARNING: You must (compile and) install the Emacs Lisp files"	@echo "WARNING: manually.  See ./emacs/README for some considerations."# For some reason these do not get defined.distclean-lisp:clean-lisp:mostlyclean-lisp:

⌨️ 快捷键说明

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