mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
host file must be marked config(noreplace), update rpm build to use checked in manpage src
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user