aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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