Lines Matching refs:file
4 # The contents of this file are subject to the terms of the
6 # You may not use this file except in compliance with the License.
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
61 for file in `ls *.1 doc/*.info z*.in` ; do \
62 mv $$file $$file.tmp ; \
63 $(GSED) -f $(COMPONENT_DIR)/renaming.sed $$file.tmp > $$file ; \
64 $(RM) $$file.tmp ; \