Home | History | Annotate | Download | only in ngram

Lines Matching full:distdir

394 distdir: $(DISTFILES)
403 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
410 if test -d "$(distdir)/$$file"; then \
411 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
414 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
415 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
417 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
419 test -f "$(distdir)/$$file" \
420 || cp -p $$d/$$file "$(distdir)/$$file" \
537 distclean-tags distdir dvi dvi-am html html-am info info-am \