summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-03-31 11:08:42 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-03-31 11:08:42 -0400
commitf1c8fc63cb66b0f82470f4e01a6738a0fc655367 (patch)
tree4c19a7deba769ac26758414ce344deb490d8f280 /Makefile
parent59059747378059e2e9fafe92956e303d5390ddb6 (diff)
downloadansible-f1c8fc63cb66b0f82470f4e01a6738a0fc655367.tar.gz
host file must be marked config(noreplace), update rpm build to use checked in manpage src
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 188d6e5415..45997033b4 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ clean:
find . -type f \( -name "*~" -or -name "#*" \) -delete
find . -type f \( -name "*.swp" \) -delete
@echo "Cleaning up asciidoc to man transformations and results"
- find ./docs/man -type f \( -name "*.xml" -or -regex ".*\.[0-9]$$" \) -delete
+ find ./docs/man -type f -name "*.xml" -delete
@echo "Cleaning up output from test runs"
-rm -rf test/test_data
@echo "Cleaning up RPM building stuff"