Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sync Makefile and release_guide.pod about version formats.
Also includes a POD fix.
  • Loading branch information
moritz committed Jul 7, 2009
1 parent 0c7475a commit 19b8db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Makefile.in
Expand Up @@ -358,7 +358,7 @@ manifest:
sort -u -o MANIFEST MANIFEST

release: manifest
[ -n "$(VERSION)" ] || ( echo "\nTry 'make release VERSION=yyyymm'\n\n"; exit 1 )
[ -n "$(VERSION)" ] || ( echo "\nTry 'make release VERSION=YYYY-MM'\n\n"; exit 1 )
[ -d rakudo-$(VERSION) ] || ln -s . rakudo-$(VERSION)
$(PERL) -ne 'print "rakudo-$(VERSION)/$$_"' MANIFEST | \
tar -zcv -T - -f rakudo-$(VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion docs/release_guide.pod
Expand Up @@ -134,7 +134,7 @@ Make sure any locally modified files have been pushed back to github.

=item 9.

Create an initial tarball by entering "make release VERSION=YYYY-MM",
Create an initial tarball by entering C<make release VERSION=YYYY-MM>,
where YYYY-MM is the month for which the release is being made.
This will create a candidate tarball file named <rakudo-YYYY-MM.tgz>.

Expand Down

0 comments on commit 19b8db2

Please sign in to comment.