Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-10-25 23:49:22 +02:00
parent 3826b6ce36
commit c613f868a2
2 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View File

@ -18,4 +18,4 @@ docs/man/man7/cdist-reference.text
__pycache__/
MANIFEST
dist/
cdist/version_static.py
cdist/version.py

5
build
View File

@ -146,6 +146,9 @@ case "$1" in
clean)
rm -f ${MAN7DSTDIR}/cdist-reference.text
rm -f cdist/version.py
rm -f MANIFEST
find "${MANDIR}" -mindepth 2 -type l \
-o -name "*.1" \
-o -name "*.7" \
@ -154,8 +157,6 @@ case "$1" in
| xargs rm -f
find * -name __pycache__ | xargs rm -rf
rm -f MANIFEST
;;
very-clean)
$0 clean