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.
65 for file in `ls *.1 doc/*.info z*.in` ; do \
66 mv $$file $$file.tmp ; \
67 $(GSED) -f $(COMPONENT_DIR)/renaming.sed $$file.tmp > $$file ; \
68 $(RM) $$file.tmp ; \