Skip to content

Commit

Permalink
new target 'homepage' for auto-updating version number on new (php-ba…
Browse files Browse the repository at this point in the history
…sed) homepage

git-svn-id: https://svn.r-project.org/ESS/trunk@4010 0bbaf3bd-34e0-0310-bf65-c717079852d4
  • Loading branch information
mmaechler committed Dec 12, 2008
1 parent 6c71999 commit 4c3d95e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ChangeLog: VERSION
@rm ChangeLog.old
svn commit -m 'Version $(ESSVERSION)' ChangeLog

rel: ChangeLog dist tag
rel: ChangeLog dist tag homepage
[ x$$USER = xmaechler ] || (echo 'must be maechler'; exit 1 )
@echo "** Placing .tgz and .zip files **"
cp -p $(ESSDIR).tgz $(ESSDIR).zip $(UPLOAD_DIR)
Expand All @@ -99,6 +99,9 @@ rel: ChangeLog dist tag
tag:
@echo "** Tagging the release **"
svn cp -m'release tagging' $(SVN_URL)/trunk $(SVN_URL)/tags/$(ESSVERSIONTAG)
homepage:
[ x$$USER = xmaechler ] || (echo 'must be maechler'; exit 1 )
cd $(ESS_HOMEPAGE); ./update-VERSION $(ESSVERSION)

## TODO (when MM has GPG set up properly): add this to 'rel'
.PHONY: buildrpm
Expand Down

0 comments on commit 4c3d95e

Please sign in to comment.