Home | History | Annotate | Download | only in genren

Lines Matching refs:urename

50 	-rm -rf $(ICUDIR) urename.* *~
80 urename.h: $(LIBS) genren.pl
81 -cp urename.h urename.h.old
85 sorts: urename.sort urename.old.sort
86 @echo "*** Please check urename.h manually before committing it."
87 @echo "Try 'diff --side-by-side urename.old.sort urename.sort'"
89 urename.sort: urename.h
90 sort urename.h > $@
92 urename.old.sort: $(top_srcdir)/common/unicode/urename.h
93 sort $(top_srcdir)/common/unicode/urename.h > $@
95 install-header: urename.h
96 cp urename.h $(top_srcdir)/common/unicode/
97 @echo "*** Please check urename.h manually before committing it."