Fixed svn related tags in Makefile

git-svn-id: https://svn.code.sf.net/p/porg/code/trunk@175 8854956c-c02d-4db9-8198-7e99b8e08f37
This commit is contained in:
davidrr 2016-04-16 14:42:27 +00:00
parent e52f288edf
commit 40b504af6a
2 changed files with 13 additions and 9 deletions

View File

@ -19,6 +19,10 @@ EXTRA_DIST = \
logdir = \
$(DESTDIR)@LOGDIR@
svnurl = \
svn+ssh://davidrr@svn.code.sf.net/p/porg/code
## Create the porg log directory on install, if it does not exist
install-exec-local:
test -d $(logdir) || $(mkinstalldirs) $(logdir)
@ -39,14 +43,14 @@ logme-really:
done && \
echo && porg -vvxfsty porg-$(PACKAGE_VERSION)
## Download SVN snapshot (Read Only)
svn-ro:
svn checkout svn://svn.code.sf.net/p/porg/code/ porg-code
## Download SVN snapshot (Read / Write)
svn-rw:
svn checkout --username=davidrr svn+ssh://davidrr@svn.code.sf.net/p/porg/code/ porg-code
README: doc/index.html
html2text $< | $(SED) 's/&ast;/*/g' > README
## Download SVN snapshot (Read / Write)
svn-checkout:
svn checkout --username=davidrr $(svnurl) porg-code
## Make release tag
svn-release-tag:
svn copy $(svnurl)/trunk $(svnurl)/tags/$(PACKAGE_VERSION) -m "Created tag $(PACKAGE_VERSION)"

View File

@ -162,7 +162,7 @@ The porg distribution provides the following auxiliary scripts:
<font size="+1" color="#8fbc8f">License</font>
<font color="#336666" size="+2"><b>&ast;</b></font>
<br/><br/>
Copyright &copy; 2015 David Ricart.
Copyright &copy; 2016 David Ricart.
<br/>
Porg is protected by the GNU General Public License.
<br/>