mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
host file must be marked config(noreplace), update rpm build to use checked in manpage src
This commit is contained in:
parent
5905974737
commit
f1c8fc63cb
4 changed files with 205 additions and 2 deletions
2
Makefile
2
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue