Lines Matching refs:file
24 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
196 file=`echo "$*" | sed -n "$sed_output"`
197 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
198 if test -f "$file"; then
199 touch $file
201 test -z "$file" || exec >$file
206 chmod +x $file
214 you modified a \`.y' file. You may need the \`Bison' package
244 you modified a \`.l' file. You may need the \`Flex' package
271 file=`echo "$*" | sed -n "$sed_output"`
272 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
273 if test -f "$file"; then
274 touch $file
276 test -z "$file" || exec >$file
285 you modified a \`.texi' or \`.texinfo' file, or any other file
290 # The file to touch is that specified with -o ...
291 file=`echo "$*" | sed -n "$sed_output"`
292 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
293 if test -z "$file"; then
296 file=`sed -n '
303 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
305 # If the file does not exist, the user really needs makeinfo;
307 test -f $file || exit 1
308 touch $file
315 proper tools for further handling them. Check the \`README' file,
326 # eval: (add-hook 'write-file-hooks 'time-stamp)