forked from ungleich-public/cdist
cleanups
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
3826b6ce36
commit
c613f868a2
2 changed files with 4 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -18,4 +18,4 @@ docs/man/man7/cdist-reference.text
|
||||||
__pycache__/
|
__pycache__/
|
||||||
MANIFEST
|
MANIFEST
|
||||||
dist/
|
dist/
|
||||||
cdist/version_static.py
|
cdist/version.py
|
||||||
|
|
5
build
5
build
|
@ -146,6 +146,9 @@ case "$1" in
|
||||||
|
|
||||||
clean)
|
clean)
|
||||||
rm -f ${MAN7DSTDIR}/cdist-reference.text
|
rm -f ${MAN7DSTDIR}/cdist-reference.text
|
||||||
|
rm -f cdist/version.py
|
||||||
|
rm -f MANIFEST
|
||||||
|
|
||||||
find "${MANDIR}" -mindepth 2 -type l \
|
find "${MANDIR}" -mindepth 2 -type l \
|
||||||
-o -name "*.1" \
|
-o -name "*.1" \
|
||||||
-o -name "*.7" \
|
-o -name "*.7" \
|
||||||
|
@ -154,8 +157,6 @@ case "$1" in
|
||||||
| xargs rm -f
|
| xargs rm -f
|
||||||
|
|
||||||
find * -name __pycache__ | xargs rm -rf
|
find * -name __pycache__ | xargs rm -rf
|
||||||
|
|
||||||
rm -f MANIFEST
|
|
||||||
;;
|
;;
|
||||||
very-clean)
|
very-clean)
|
||||||
$0 clean
|
$0 clean
|
||||||
|
|
Loading…
Reference in a new issue