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
293f0480
Commit
293f0480
authored
Jun 11, 2004
by
Sven Van Caekenberghe
Browse files
added release target
parent
d81401ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
293f0480
# $Id$
default
:
@
echo
Possible targets:
@
echo
clean-openmcl
---
remove all
'*.dfsl'
recursively
...
...
@@ -16,3 +18,14 @@ clean-emacs:
clean
:
clean-openmcl clean-lw clean-emacs
#
# This can obviously only be done by a specific person in a very specific context ;-)
#
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
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