aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-07-29 21:10:19 -0500
committerpmichaud <pmichaud@pobox.com>2010-07-29 21:10:19 -0500
commitac1dc9435ad6e9c6178f907615a35ae16801730e (patch)
tree736613b10a2100afa2c774d2b1acfbfb08a7b0ef
parentcc5167df4ff810bf9ba7bdab83f6470c6c3ba5bb (diff)
parentfbc047b8394df8e59049a43e4925e61aa3ff9360 (diff)
Merge branch 'master' of github.com:rakudo/star
-rw-r--r--Makefile2
-rw-r--r--skel/README1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 57a3cb8..43d8903 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ version_check:
always:
$(DISTDIR): always
- cp -auv skel $(DISTDIR)
+ cp -av skel $(DISTDIR)
$(PARROT_DIR): $(PARROT_TGZ)
tar -C $(DISTDIR) -xvzf $(PARROT_TGZ)
diff --git a/skel/README b/skel/README
index 0da90aa..ccf5bbf 100644
--- a/skel/README
+++ b/skel/README
@@ -101,7 +101,6 @@ Release information
Information about the current release is placed in the docs/
directory, here is a brief overview:
- docs/introduction — introduction to Rakudo Star
docs/cheatsheet.txt — Perl 6 cheat sheet
docs/announce/ — detailed release announcements