summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Bielawa <tbielawa@redhat.com>2012-10-08 12:25:09 -0400
committerTim Bielawa <tbielawa@redhat.com>2012-10-08 12:28:20 -0400
commit9541b47b5203403f81b14a595faed54c026a148d (patch)
treead7ec7739a2a4b8d21da446786d180966c1d224c /Makefile
parentf32778aa9304f95bb9dbf7cd3a4d5917a5a0b89a (diff)
downloadansible-9541b47b5203403f81b14a595faed54c026a148d.tar.gz
Keep the man3 directory. 'make docs' breaks without it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09272705ec..132152bc35 100644
--- a/Makefile
+++ b/Makefile
@@ -96,9 +96,10 @@ clean:
@echo "Cleaning up editor backup files"
find . -type f \( -name "*~" -or -name "#*" \) -delete
find . -type f \( -name "*.swp" \) -delete
- @echo "Cleaning up asciidoc to man transformations and results"
+ @echo "Cleaning up manpage stuff"
find ./docs/man -type f -name "*.xml" -delete
find ./docs/man -type f -name "*.asciidoc" -delete
+ find ./docs/man/man3 -type f -name "*.3" -delete
@echo "Cleaning up output from test runs"
rm -rf test/test_data
@echo "Cleaning up RPM building stuff"