Home | History | Annotate | Download | only in docs

Lines Matching full:distdir

326 distdir: $(DISTFILES)
348 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
355 if test -d "$(distdir)/$$file"; then \
356 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
359 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
360 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
362 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
364 test -f "$(distdir)/$$file" \
365 || cp -p $$d/$$file "$(distdir)/$$file" \
477 distclean distclean-generic distclean-libtool distdir dvi \