📄 makefile.am
字号:
## Makefile.am for texinfo/makeinfo.## $Id: Makefile.am,v 1.3 1998/03/24 19:41:22 law Exp $## Run automake in .. to produce Makefile.in from this.noinst_PROGRAMS = makeinfolocaledir = $(datadir)/localeINCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"LDADD = ../lib/libtxi.a @INTLLIBS@makeinfo_SOURCES = makeinfo.c makeinfo.h multi.cEXTRA_DIST = README
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -