Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Accelerator Control System
epics-support
csm
Commits
a3b4c94c
Commit
a3b4c94c
authored
Jan 17, 2014
by
Franksen, Benjamin
Browse files
docs: build and install tar ball only for the latest tag, also clean tar balls
parent
ec047201
Changes
1
Hide whitespace changes
Inline
Side-by-side
documentation/Makefile
View file @
a3b4c94c
...
...
@@ -82,7 +82,9 @@ RELEASE_TAGS := $(shell darcs show tags | egrep '^([R\-][0-9]+)+$$')
RELEASES
:=
$(
call
tag2rel,
$(RELEASE_TAGS)
)
TARS
:=
$
(
RELEASES:%
=
$(PROJECT)
-%.tar.gz
)
tar
:
$(TARS)
CLEANS
+=
$(TARS)
tar
:
$(firstword $(TARS))
$(PROJECT)-%.tar.gz
:
darcs dist
-d
documentation/
$(PROJECT)
-
$*
-t
$(
call
rel2tag,
$*
)
$(SUPPRESS_OUTPUT)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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