Lines Matching refs:file
23 # distribute this file as part of a program that contains a
54 # a file that requires a minimum version. In this case we
76 aclocal touch file 'aclocal.m4'
77 autoconf touch file 'configure'
78 autoheader touch file 'config.h.in'
79 autom4te touch the output file, or create a stub one
83 help2man touch the output file
85 makeinfo touch the output file
195 file=`echo "$*" | sed -n "$sed_output"`
196 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
197 if test -f "$file"; then
198 touch $file
200 test -z "$file" || exec >$file
205 chmod +x $file
213 you modified a '.y' file. You may need the Bison package
243 you modified a '.l' file. You may need the Flex package
270 file=`echo "$*" | sed -n "$sed_output"`
271 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
272 if test -f "$file"; then
273 touch $file
275 test -z "$file" || exec >$file
284 you modified a '.texi' or '.texinfo' file, or any other file
289 # The file to touch is that specified with -o ...
290 file=`echo "$*" | sed -n "$sed_output"`
291 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
292 if test -z "$file"; then
295 file=`sed -n '
302 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
304 # If the file does not exist, the user really needs makeinfo;
306 test -f $file || exit 1
307 touch $file
314 proper tools for further handling them. Check the 'README' file,
325 # eval: (add-hook 'write-file-hooks 'time-stamp)