📄 mdate2.test
字号:
#! /bin/sh# Test to make sure mdate-sh is included in distribution.. $srcdir/defs || exit 1cat > Makefile.am << 'END'info_TEXINFOS = textutils.texiENDcat > textutils.texi << 'END'@include version.texiEND# Required when using Texinfo.: > texinfo.tex: > mdate-shecho '@setfilename textutils' > textutils.texi# Use "././" to confuse Automake into thinking this is a subdir build.$AUTOMAKE ././Makefile || exit 1grep 'mdate-sh' Makefile.in | grep -v SHELL
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -