Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
cdd6b01d
Commit
cdd6b01d
authored
Mar 05, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #75 from tbielawa/freshenMakeClean
Freshen up Makefile clean target
parents
a57f7ae0
2d052fce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
Makefile
+7
-5
No files found.
Makefile
View file @
cdd6b01d
...
@@ -33,12 +33,14 @@ pyflakes:
...
@@ -33,12 +33,14 @@ pyflakes:
pyflakes lib/ansible/
*
.py
pyflakes lib/ansible/
*
.py
clean
:
clean
:
@
echo
"Cleaning up distutils stuff"
rm
-rf
build
rm
-rf
build
find
.
-type
f
-name
"*.pyc"
-delete
@
echo
"Cleaning up byte compiled python stuff"
find
.
-type
f
-name
"*.pyo"
-delete
find
.
-regex
".*
\.
py[co]
$$
"
find
.
-type
f
-name
"*~"
-delete
@
echo
"Cleaning up editor backup files"
find ./docs/
-type
f
-name
"*.xml"
-delete
find
.
-type
f
\(
-name
"*~"
-or
-name
"#*"
\)
-delete
find
.
-type
f
-name
"#*"
-delete
@
echo
"Cleaning up asciidoc to man transformations and results"
find ./docs/man
-type
f
\(
-name
"*.xml"
-or
-regex
".*
\.
[0-9]
$$
"
\)
-delete
python
:
docs
python
:
docs
python setup.py build
python setup.py build
...
...
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