Home | History | Annotate | Download | only in demos

Lines Matching full:distdir

715 distdir: $(DISTFILES)
724 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
731 if test -d "$(distdir)/$$file"; then \
732 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
735 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
736 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
738 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
740 test -f "$(distdir)/$$file" \
741 || cp -p $$d/$$file "$(distdir)/$$file" \
855 distclean-tags distdir dvi dvi-am html html-am info info-am \