Home | History | Annotate | Download | only in doc

Lines Matching full:distdir

223 distdir: $(DISTFILES)
232 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
239 if test -d "$(distdir)/$$file"; then \
240 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
243 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
244 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
246 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
248 test -f "$(distdir)/$$file" \
249 || cp -p $$d/$$file "$(distdir)/$$file" \
356 distclean-libtool distdir dvi dvi-am html html-am info info-am \