Home | History | Annotate | Download | only in doc

Lines Matching full:distdir

1616 	      test -f "$(distdir)/$$relfile" || \
1617 cp -p $$file "$(distdir)/$$relfile"; \
1688 distdir: $(DISTFILES)
1710 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1717 if test -d "$(distdir)/$$file"; then \
1718 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1721 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1722 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1724 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1726 test -f "$(distdir)/$$file" \
1727 || cp -p $$d/$$file "$(distdir)/$$file" \
1732 top_distdir="$(top_distdir)" distdir="$(distdir)" \
1938 clean-local dist-info distclean distclean-generic distdir dvi \