From 6641ff4df7c39031c916b23e706963e599bf5a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadeusz=20So=C5=9Bnierz?= Date: Thu, 29 Jul 2010 12:37:17 +0000 Subject: Removed docs/introduction from README too --- skel/README | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.1 From fbc047b8394df8e59049a43e4925e61aa3ff9360 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Thu, 29 Jul 2010 16:17:53 +0200 Subject: remove linuxism in Makefile (cp -u) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.1