Home | History | Annotate | Download | only in libutf

Lines Matching refs:tgz

82 tgz:
86 tar cf - $(NAME)-$(VERSION) | gzip >$(NAME)-$(VERSION).tgz
93 rm -f $(OFILES) *.tgz *.rpm $(NUKEFILES)
96 make tgz
97 cp $(NAME)-$(VERSION).tgz /usr/src/RPM/SOURCES
106 make tgz
109 cp $(NAME)-$(VERSION).tgz /usr/ports/distfiles
116 (cd $(PORTDIR); tar cf - *) | gzip >$(NAME)-$(VERSION)-ports.tgz
117 scp *.tgz rsc@amsterdam.lcs.mit.edu:public_html/software
119 .phony: all clean nuke install tgz rpm ports