Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
s-xml
s-xml
Commits
f26ef61a
Commit
f26ef61a
authored
Jul 08, 2004
by
Sven Van Caekenberghe
Browse files
updated to newer version of release target
parent
25b4da38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f26ef61a
# $Id$
# $Id
: Makefile,v 1.2 2004/06/11 13:46:48 scaekenberghe Exp
$
default
:
@
echo
Possible targets:
...
...
@@ -22,10 +22,14 @@ clean: clean-openmcl clean-lw clean-emacs
# This can obviously only be done by a specific person in a very specific context ;-)
#
PRJ
=
s-xml
ACCOUNT
=
scaekenberghe
CVSRT
=
:ext:
$(ACCOUNT)
@common-lisp.net:/project/
$(PRJ)
/cvsroot
release
:
rm
-rf
/tmp/
s-xml
/tmp/public_html /tmp/
s-xml
.tgz /tmp/
s-xml
.tgz.asc
cd
/tmp
;
cvs
export
-r
HEAD
s-xml
;
cvs
export
-r
HEAD public_html
mv
/tmp/public_html /tmp/
s-xml
/doc
cd
/tmp
;
gnutar cvfz
s-xml.tgz s-xml
;
gpg
-a
-b
s-xml
.tgz
scp /tmp/
s-xml.tgz scaekenberghe
@common-lisp.net:/project/
s-xml
/public_html
scp /tmp/
s-xml
.tgz.asc
scaekenberghe
@common-lisp.net:/project/
s-xml
/public_html
rm
-rf
/tmp/
$(PRJ)
/tmp/public_html /tmp/
$(PRJ)
.tgz /tmp/
$(PRJ)
.tgz.asc
cd
/tmp
;
cvs
-d
$(CVSRT)
export
-r
HEAD
$(PRJ)
;
cvs
-d
$(CVSRT)
export
-r
HEAD public_html
mv
/tmp/public_html /tmp/
$(PRJ)
/doc
cd
/tmp
;
gnutar cvfz
$(PRJ)
.tgz
$(PRJ)
;
gpg
-a
-b
$(PRJ)
.tgz
scp /tmp/
$(PRJ)
.tgz
$(ACCOUNT)
@common-lisp.net:/project/
$(PRJ)
/public_html
scp /tmp/
$(PRJ)
.tgz.asc
$(ACCOUNT)
@common-lisp.net:/project/
$(PRJ)
/public_html
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment