Lines Matching refs:file
22 # distribute this file as part of a program that contains a
67 aclocal touch file \`aclocal.m4'
68 autoconf touch file \`configure'
69 autoheader touch file \`config.h.in'
73 help2man touch the output file
75 makeinfo touch the output file
171 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
172 test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
173 if test -f "$file"; then
174 touch $file
176 test -z "$file" || exec >$file
181 chmod +x $file
189 you modified a \`.y' file. You may need the \`Bison' package
219 you modified a \`.l' file. You may need the \`Flex' package
251 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
252 if test -z "$file"; then
253 file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
255 if [ -f "$file" ]; then
256 touch $file
258 test -z "$file" || exec >$file
272 you modified a \`.texi' or \`.texinfo' file, or any other file
277 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
278 if test -z "$file"; then
279 file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
280 file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
282 touch $file
328 proper tools for further handling them. Check the \`README' file,