+release target in build.sh
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
dde2f37054
commit
9a56c5122c
1 changed files with 4 additions and 0 deletions
4
build.sh
4
build.sh
|
@ -99,6 +99,10 @@ case "$1" in
|
|||
${MANDIR}/cdist-reference.text.sh
|
||||
;;
|
||||
|
||||
release)
|
||||
"$0" clean && "$0" man && "$0" web
|
||||
;;
|
||||
|
||||
web)
|
||||
cp README ${WEBDIR}/${WEBPAGE}
|
||||
rm -rf ${WEBDIR}/${WEBBASE}/man && mkdir ${WEBDIR}/${WEBBASE}/man
|
||||
|
|
Loading…
Reference in a new issue